diff options
Diffstat (limited to 'src/caja-bookmarks-window.c')
-rw-r--r-- | src/caja-bookmarks-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-bookmarks-window.c b/src/caja-bookmarks-window.c index e97314cd..4abff840 100644 --- a/src/caja-bookmarks-window.c +++ b/src/caja-bookmarks-window.c @@ -673,7 +673,6 @@ on_remove_button_clicked (GtkButton *button, bookmarks_delete_bookmark (); } - /* This is a bit of a kludge to get DnD to work. We check if the row in the GtkListStore matches the one in the bookmark list. If it doesn't, we assume the bookmark has just been dragged here and we insert it into the bookmark @@ -839,7 +838,6 @@ on_selection_changed (GtkTreeSelection *treeselection, g_free (entry_text); } - static void update_bookmark_from_text (void) { |