[gimp] plug-ins: remove redundant comment



commit 724302020b3c1e771a4980c2b03cd036dfda22d0
Author: Sven Neumann <sven gimp org>
Date:   Mon Nov 9 09:40:57 2009 +0100

    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 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/plug-ins/common/newsprint.c b/plug-ins/common/newsprint.c
index c469609..8bbc97a 100644
--- a/plug-ins/common/newsprint.c
+++ b/plug-ins/common/newsprint.c
@@ -32,15 +32,6 @@
  *
  * Tim Harris <tim harris acm org> provided valuable feedback on
  * pre-press issues.
- *
- *
- * 0.52: 10 Jan 1999  <austin greenend org uk>
- *    gtk_label_set() -> gtk_label_set_text()
- * 0.60: 18 Jun 2001  <austin gimp org>
- *    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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]