places-sidebar: remove unused code

This commit is contained in:
Cosimo Cecchi 2012-07-13 17:37:52 -04:00
parent c9b280c37c
commit 7df30d8cc5

View file

@ -102,8 +102,6 @@ typedef struct {
NotifyNotification *unmount_notify;
GtkTreePath *eject_highlight_path;
GDBusProxy *hostnamed_proxy;
char *hostname;
@ -3353,11 +3351,6 @@ nautilus_places_sidebar_dispose (GObject *object)
free_drag_data (sidebar);
g_clear_object (&sidebar->unmount_notify);
if (sidebar->eject_highlight_path != NULL) {
gtk_tree_path_free (sidebar->eject_highlight_path);
sidebar->eject_highlight_path = NULL;
}
if (sidebar->bookmarks_changed_id != 0) {
g_signal_handler_disconnect (sidebar->bookmarks,
sidebar->bookmarks_changed_id);