aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-06 02:20:21 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 04:49:46 +0800
commitc6a4bd1fea0b15d25505bbe05883c3af104ee487 (patch)
tree468fb3971894bb2d7e7e3ef748b92da688297b25 /embed
parentca8957ac91d2da67e8ccf42ee297ec30056052b8 (diff)
downloadgsoc2013-epiphany-c6a4bd1fea0b15d25505bbe05883c3af104ee487.tar
gsoc2013-epiphany-c6a4bd1fea0b15d25505bbe05883c3af104ee487.tar.gz
gsoc2013-epiphany-c6a4bd1fea0b15d25505bbe05883c3af104ee487.tar.bz2
gsoc2013-epiphany-c6a4bd1fea0b15d25505bbe05883c3af104ee487.tar.lz
gsoc2013-epiphany-c6a4bd1fea0b15d25505bbe05883c3af104ee487.tar.xz
gsoc2013-epiphany-c6a4bd1fea0b15d25505bbe05883c3af104ee487.tar.zst
gsoc2013-epiphany-c6a4bd1fea0b15d25505bbe05883c3af104ee487.zip
ephy-embed: do not retrieve the legacy history instance
We are not using it anymore.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 36e0e43d7..de1595085 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -35,7 +35,6 @@
#include "ephy-embed-single.h"
#include "ephy-embed-utils.h"
#include "ephy-file-helpers.h"
-#include "ephy-history.h"
#include "ephy-history-service.h"
#include "ephy-history-types.h"
#include "ephy-prefs.h"
@@ -72,7 +71,6 @@ struct _EphyEmbedPrivate
GtkScrolledWindow *scrolled_window;
GtkPaned *paned;
WebKitWebView *web_view;
- EphyHistory *history;
EphyHistoryService *history_service;
GtkWidget *inspector_window;
GtkWidget *inspector_web_view;
@@ -825,7 +823,6 @@ ephy_embed_constructed (GObject *object)
ephy_embed_prefs_add_embed (embed);
- priv->history = EPHY_HISTORY (ephy_embed_shell_get_global_history (ephy_embed_shell_get_default ()));
priv->history_service = EPHY_HISTORY_SERVICE (ephy_embed_shell_get_global_history_service (ephy_embed_shell_get_default ()));
g_signal_connect (priv->history_service,