diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-07-21 15:49:02 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-07-21 15:49:02 -0400 |
commit | 3f42d04301d9a8fcf43f176d1e601356489eb84f (patch) | |
tree | 82c435cb2b106be71e90b24cc92cc8cb1e60be82 /src/nautilus-window.h | |
parent | 75960497c6c8e657f010aef7d2bbbf1fda19c4ad (diff) | |
download | nautilus-3f42d04301d9a8fcf43f176d1e601356489eb84f.tar.gz |
window: remove 'Clear History' from the 'Go' menu
This is a leftover from the past, when we used to have a global history
list. Now that Nautilus is not persistent and we don't have that
anymore, it doesn't really make sense to keep this menu item.
https://bugzilla.gnome.org/show_bug.cgi?id=654422
Diffstat (limited to 'src/nautilus-window.h')
-rw-r--r-- | src/nautilus-window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nautilus-window.h b/src/nautilus-window.h index f4249e92c..3d84e9cdc 100644 --- a/src/nautilus-window.h +++ b/src/nautilus-window.h @@ -152,9 +152,6 @@ void nautilus_window_allow_back (NautilusWindow *window, gboolean allow); void nautilus_window_allow_forward (NautilusWindow *window, gboolean allow); -void nautilus_window_clear_back_list (NautilusWindow *window); -void nautilus_window_clear_forward_list (NautilusWindow *window); -void nautilus_forget_history (void); void nautilus_window_hide_sidebar (NautilusWindow *window); void nautilus_window_show_sidebar (NautilusWindow *window); void nautilus_window_back_or_forward (NautilusWindow *window, |