From 724302020b3c1e771a4980c2b03cd036dfda22d0 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 9 Nov 2009 09:40:57 +0100 Subject: [PATCH] plug-ins: remove redundant comment Remove a comment that caused a false positive when searching for deprecated GTK+ symbols. ChangeLogs don't belong into plug-in code anyway. --- plug-ins/common/newsprint.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plug-ins/common/newsprint.c b/plug-ins/common/newsprint.c index c4696095d1..8bbc97ac2f 100644 --- a/plug-ins/common/newsprint.c +++ b/plug-ins/common/newsprint.c @@ -32,15 +32,6 @@ * * Tim Harris provided valuable feedback on * pre-press issues. - * - * - * 0.52: 10 Jan 1999 - * gtk_label_set() -> gtk_label_set_text() - * 0.60: 18 Jun 2001 - * fixed long-standing bug where newsprint() function in GREYA images - * treated them as RGB (bpp rather than colour_bpp) to select - * colourspace to use. Thanks to warner-gnome.bugzilla@lothar.com for - * spotting this and providing the patch. Bug #52981. */ #include "config.h"