diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-01-12 12:13:19 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-02-15 14:29:45 +0800 |
commit | 156e4360507fbc39e6caef7058e700802a721e2b (patch) | |
tree | 8778afd9aa7deb9f4373e64fbfd9fa919963ca29 /src/ephy-shell.h | |
parent | 05f51f0f5f9d0a1974baf2e1bf78378cb4a95bd8 (diff) | |
download | gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.gz gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.bz2 gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.lz gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.xz gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.tar.zst gsoc2013-epiphany-156e4360507fbc39e6caef7058e700802a721e2b.zip |
Remove legacy ALLOW_FIXUP flags
This were used by the gecko backend and nowadays are not used at all.
Bug #608749
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 1ebb39190..c87a43bdd 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -68,8 +68,7 @@ typedef enum EPHY_NEW_TAB_IN_EXISTING_WINDOW = 1 << 11, /* The way to load */ - EPHY_NEW_TAB_ALLOW_FIXUP = 1 << 12, - EPHY_NEW_TAB_FROM_EXTERNAL = 1 << 13, + EPHY_NEW_TAB_FROM_EXTERNAL = 1 << 12, } EphyNewTabFlags; |