diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-03 02:20:12 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-03 02:20:12 +0800 |
commit | f8fa0af522ffe06c1c8b5711cb284767acb90dc1 (patch) | |
tree | 4a26013e3869b4fa2d1fe3288c36fc7c29fd4c19 /src | |
parent | 7b548bc81703ac315cfd7ccbc335f65adfe0ba89 (diff) | |
download | gsoc2013-epiphany-f8fa0af522ffe06c1c8b5711cb284767acb90dc1.tar.gz gsoc2013-epiphany-f8fa0af522ffe06c1c8b5711cb284767acb90dc1.tar.zst gsoc2013-epiphany-f8fa0af522ffe06c1c8b5711cb284767acb90dc1.zip |
ephy-navigation-history-action: remove some dead code
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-navigation-history-action.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 <gtk/gtk.h> #include <webkit/webkit.h> -#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; |