summaryrefslogtreecommitdiff
path: root/src/nautilus-window-bookmarks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-window-bookmarks.c')
-rw-r--r--src/nautilus-window-bookmarks.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/nautilus-window-bookmarks.c b/src/nautilus-window-bookmarks.c
index 18b5e3a89..ecfd49e07 100644
--- a/src/nautilus-window-bookmarks.c
+++ b/src/nautilus-window-bookmarks.c
@@ -117,21 +117,6 @@ get_or_create_bookmarks_window (NautilusWindow *window)
}
/**
- * nautilus_bookmarks_exiting:
- *
- * Last chance to save state before app exits.
- * Called when application exits; don't call from anywhere else.
- **/
-void
-nautilus_bookmarks_exiting (void)
-{
- if (bookmarks_window != NULL) {
- nautilus_bookmarks_window_save_geometry (bookmarks_window);
- gtk_widget_destroy (GTK_WIDGET (bookmarks_window));
- }
-}
-
-/**
* add_bookmark_for_current_location
*
* Add a bookmark for the displayed location to the bookmarks menu.