aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r--src/ephy-tab.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h
index cb40338a7..4eac9757b 100644
--- a/src/ephy-tab.h
+++ b/src/ephy-tab.h
@@ -42,13 +42,6 @@ typedef struct _EphyTabPrivate EphyTabPrivate;
typedef enum
{
- EPHY_TAB_NAV_UP = 1 << 0,
- EPHY_TAB_NAV_BACK = 1 << 1,
- EPHY_TAB_NAV_FORWARD = 1 << 2
-} EphyTabNavigationFlags;
-
-typedef enum
-{
EPHY_TAB_ADDRESS_EXPIRE_NOW,
EPHY_TAB_ADDRESS_EXPIRE_NEXT,
EPHY_TAB_ADDRESS_EXPIRE_CURRENT
@@ -97,8 +90,6 @@ void ephy_tab_set_typed_address (EphyTab *tab,
const char *address,
EphyTabAddressExpire expire);
-EphyTabNavigationFlags ephy_tab_get_navigation_flags (EphyTab *tab);
-
EphyEmbedSecurityLevel ephy_tab_get_security_level (EphyTab *tab);
void ephy_tab_get_size (EphyTab *tab,