mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
places-sidebar: remove unused code
This commit is contained in:
parent
c9b280c37c
commit
7df30d8cc5
1 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue