[gtk+/rendering-cleanup: 119/142] dnd: Remove unused colormap code



commit 83740652369c4d42004145935052e33addae142d
Author: Benjamin Otte <otte redhat com>
Date:   Sat Aug 28 23:30:39 2010 +0200

    dnd: Remove unused colormap code

 gtk/gtkdnd.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index 298a603..7426300 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -84,8 +84,6 @@ struct _GtkDragSourceSite
     GtkImageIconNameData name;
   } icon_data;
 
-  GdkColormap       *colormap;	         /* Colormap for drag icon */
-
   /* Stored button press information to detect drag beginning */
   gint               state;
   gint               x, y;
@@ -2849,10 +2847,6 @@ gtk_drag_source_unset_icon (GtkDragSourceSite *site)
       break;
     }
   site->icon_type = GTK_IMAGE_EMPTY;
-  
-  if (site->colormap)
-    g_object_unref (site->colormap);
-  site->colormap = NULL;
 }
 
 /**



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