aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-11-17 23:57:42 +0800
committerXan Lopez <xan@igalia.com>2011-12-03 23:16:44 +0800
commitaec912b5fc328171d989963421a6ceed0d8c6f03 (patch)
tree87a4f9862aafd75355b0084490953cf5cf50fd75 /src/window-commands.c
parent77ec3ecef9ac6d3d298b6ddd2f38bfebe3da7174 (diff)
downloadgsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar
gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.gz
gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.bz2
gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.lz
gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.xz
gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.zst
gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.zip
Remove toolbar editor
The UI is gone, but the infrastructure still persists (EggToolbarModel, etc). Further cleanups are possible. https://bugzilla.gnome.org/show_bug.cgi?id=664260
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c8
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)
{