diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-04-24 11:18:18 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-04-24 11:48:21 -0400 |
commit | a22e0be9b5b66c57d317877d182258357177e8b2 (patch) | |
tree | 7a0a9cafdbd8f2eeb86fee4d697246013420cd29 /src/nautilus-bookmarks-window.h | |
parent | d5a9299fc58e646bfbdb8ede8eabb0b9e786eb5e (diff) | |
download | nautilus-a22e0be9b5b66c57d317877d182258357177e8b2.tar.gz |
bookmarks-window: remove methods that deal with geometry
Since we don't actually save or load it from disk, these are useless.
Diffstat (limited to 'src/nautilus-bookmarks-window.h')
-rw-r--r-- | src/nautilus-bookmarks-window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-bookmarks-window.h b/src/nautilus-bookmarks-window.h index f87030032..03c5de626 100644 --- a/src/nautilus-bookmarks-window.h +++ b/src/nautilus-bookmarks-window.h @@ -33,7 +33,6 @@ GtkWindow *create_bookmarks_window (NautilusBookmarkList *bookmarks, GObject *undo_manager_source); -void nautilus_bookmarks_window_save_geometry (GtkWindow *window); void edit_bookmarks_dialog_set_signals (GObject *undo_manager_source); #endif /* NAUTILUS_BOOKMARKS_WINDOW_H */ |