forked from AuroraMiddleware/gtk
Oops, removed unused icon field
This commit is contained in:
parent
da2e081786
commit
8a4e96f8cd
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user