[nautilus] places-sidebar: remove unused code



commit 7df30d8cc54a8ca810e4ce6d5587ad37d0d18f9a
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Jul 13 17:37:52 2012 -0400

    places-sidebar: remove unused code

 src/nautilus-places-sidebar.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/nautilus-places-sidebar.c b/src/nautilus-places-sidebar.c
index 0d90161..99dccdf 100644
--- a/src/nautilus-places-sidebar.c
+++ b/src/nautilus-places-sidebar.c
@@ -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);



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