[gimp] plug-ins: clean up comment



commit 5fe5148368aa8358ef879f92ec2bf0c860d162c3
Author: Sven Neumann <sven gimp org>
Date:   Mon Nov 9 19:08:48 2009 +0100

    plug-ins: clean up comment
    
    Clean up a comment so that it doesn't cause a false positive when
    looking for deprecated GTK+ symbols.

 plug-ins/maze/maze-dialog.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/plug-ins/maze/maze-dialog.c b/plug-ins/maze/maze-dialog.c
index d9c34bf..d7d8c44 100644
--- a/plug-ins/maze/maze-dialog.c
+++ b/plug-ins/maze/maze-dialog.c
@@ -104,14 +104,6 @@ static gchar buffer[BUFSIZE];
       "friend", so we pull our friend out from where we stuck him in
       the entry's userdata...  Hopefully that does it.  */
 
-/* Questions:
-
-     Gosh that was dumb.  Is there a way to
-       signal_handler_block_by_name?
-     That would make life so much nicer.
-
-         You could pass the handler_id around and use
-         gtk_signal_handler_block ().   (Sven)
 */
 
 static void        maze_message          (const gchar *message);



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