diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-11-17 23:57:42 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-03 23:16:44 +0800 |
commit | aec912b5fc328171d989963421a6ceed0d8c6f03 (patch) | |
tree | 87a4f9862aafd75355b0084490953cf5cf50fd75 /lib | |
parent | 77ec3ecef9ac6d3d298b6ddd2f38bfebe3da7174 (diff) | |
download | gsoc2013-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.h | 1 |
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" |