diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-30 18:17:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-30 18:17:59 +0800 |
commit | 197ead54280e9c5b6478124ce8f30ca9fb65db6f (patch) | |
tree | d69a6d6d2e85bde656eb1ee608505530d7193f05 /lib | |
parent | 0330e23faea77856debc0b7aafb5ce6861d8fc13 (diff) | |
download | gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.gz gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.bz2 gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.lz gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.xz gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.zst gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.zip |
Remove the 'disable-menubar' option
Since we don't have one anymore.
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 37068dde0..d5daaa034 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -117,7 +117,6 @@ typedef enum #define EPHY_PREFS_LOCKDOWN_COMMAND_LINE "disable-command-line" #define EPHY_PREFS_LOCKDOWN_QUIT "disable-quit" #define EPHY_PREFS_LOCKDOWN_JAVASCRIPT_CHROME "disable-javascript-chrome" -#define EPHY_PREFS_LOCKDOWN_MENUBAR "disable-menubar" G_END_DECLS |