[gimp] plug-ins: remove dead code



commit 5707f0406600cf54bf221042a30a3c84c83c10b7
Author: Sven Neumann <sven gimp org>
Date:   Wed Nov 11 00:10:02 2009 +0100

    plug-ins: remove dead code
    
    Remove code that has been commented out long ago and that caused a
    false positive when searching for use of deprecated GTK+ API.

 plug-ins/imagemap/imap_selection.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/plug-ins/imagemap/imap_selection.c b/plug-ins/imagemap/imap_selection.c
index 5628aef..35f35b0 100644
--- a/plug-ins/imagemap/imap_selection.c
+++ b/plug-ins/imagemap/imap_selection.c
@@ -213,13 +213,6 @@ object_moved_cb(Object_t *obj, gpointer data)
 {
   Selection_t *selection = (Selection_t*) data;
   selection->select_lock = TRUE;
-#ifdef _OLD_
-  {
-    gint row = object_get_position_in_list(obj);
-    gtk_clist_set_row_data(GTK_CLIST(selection->list), row, (gpointer) obj);
-    selection_set_selected(selection, row);
-  }
-#endif
 }
 
 static const GtkTargetEntry target_table[] =



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