diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 04a115e77..e066997d1 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -43,7 +43,6 @@ #include "ephy-gui.h" #include "ephy-zoom.h" #include "ephy-notebook.h" -#include "ephy-toolbar-editor.h" #include "ephy-find-toolbar.h" #include "ephy-location-entry.h" #include "ephy-bookmarks-ui.h" @@ -1223,13 +1222,6 @@ window_cmd_edit_prefs (GtkAction *action, } void -window_cmd_edit_toolbar (GtkAction *action, - EphyWindow *window) -{ - ephy_toolbar_editor_show (window); -} - -void window_cmd_help_contents (GtkAction *action, EphyWindow *window) { |