[gtk+/places-sidebar] Oops, removed unused icon field



commit 8a4e96f8cd87cfe9b651976f42962be13d427ef6
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Jan 10 19:37:24 2013 -0600

    Oops, removed unused icon field

 gtk/gtktrashmonitor.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtktrashmonitor.c b/gtk/gtktrashmonitor.c
index ef22a8d..c61e9db 100644
--- a/gtk/gtktrashmonitor.c
+++ b/gtk/gtktrashmonitor.c
@@ -32,8 +32,6 @@ struct _GtkTrashMonitor
   GFileMonitor *file_monitor;
   gulong file_monitor_changed_id;
   
-  GIcon *icon;
-
   guint has_trash : 1;
 };
 
@@ -73,8 +71,6 @@ gtk_trash_monitor_dispose (GObject *object)
       g_clear_object (&monitor->file_monitor);
     }
 
-  g_clear_object (&monitor->icon);
-
   G_OBJECT_CLASS (_gtk_trash_monitor_parent_class)->dispose (object);
 }
 



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