aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/ephy-prefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index 1a5910ed9..c5a954c45 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -110,7 +110,6 @@ typedef enum
#define EPHY_PREFS_LOCKDOWN_FULLSCREEN "disable-fullscreen"
#define EPHY_PREFS_LOCKDOWN_ARBITRARY_URL "disable-arbitrary-url"
#define EPHY_PREFS_LOCKDOWN_BOOKMARK_EDITING "disable-bookmark-editing"
-#define EPHY_PREFS_LOCKDOWN_TOOLBAR_EDITING "disable-toolbar-editing"
#define EPHY_PREFS_LOCKDOWN_HISTORY "disable-history"
#define EPHY_PREFS_LOCKDOWN_SAVE_TO_DISK "disable-save-to-disk"
#define EPHY_PREFS_LOCKDOWN_PRINTING "disable-printing"