From 156e4360507fbc39e6caef7058e700802a721e2b Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Mon, 11 Jan 2010 23:13:19 -0500 Subject: Remove legacy ALLOW_FIXUP flags This were used by the gecko backend and nowadays are not used at all. Bug #608749 --- src/ephy-shell.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ephy-shell.h') 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; -- cgit v1.2.3