From f8fa0af522ffe06c1c8b5711cb284767acb90dc1 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 2 Jan 2012 19:20:12 +0100 Subject: ephy-navigation-history-action: remove some dead code --- src/ephy-navigation-history-action.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/ephy-navigation-history-action.c') diff --git a/src/ephy-navigation-history-action.c b/src/ephy-navigation-history-action.c index 7c8d9f3d7..d8c9fb43c 100644 --- a/src/ephy-navigation-history-action.c +++ b/src/ephy-navigation-history-action.c @@ -38,18 +38,11 @@ #include #include -#define HISTORY_ITEM_DATA_KEY "HistoryItem" - #define EPHY_NAVIGATION_HISTORY_ACTION_GET_PRIVATE(object) \ (G_TYPE_INSTANCE_GET_PRIVATE ((object), \ EPHY_TYPE_NAVIGATION_HISTORY_ACTION, \ EphyNavigationHistoryActionPrivate)) -typedef enum { - WEBKIT_HISTORY_BACKWARD, - WEBKIT_HISTORY_FORWARD -} WebKitHistoryType; - struct _EphyNavigationHistoryActionPrivate { EphyNavigationHistoryDirection direction; EphyHistory *history; -- cgit v1.2.3