diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-14 19:49:08 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-14 19:49:08 +0800 |
commit | 62b41467c3ff66f705cb8b93c60993eedf6356fb (patch) | |
tree | e233cc1da63754ad8a183b0191542d01ea06ca6f /embed | |
parent | 1b941be52d0ed9ec90036efe4987740076c501a2 (diff) | |
download | gsoc2013-epiphany-62b41467c3ff66f705cb8b93c60993eedf6356fb.tar.gz gsoc2013-epiphany-62b41467c3ff66f705cb8b93c60993eedf6356fb.tar.zst gsoc2013-epiphany-62b41467c3ff66f705cb8b93c60993eedf6356fb.zip |
ephy-embed: remove history service
EphyEmbed does not use it anymore.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index a0ed87c8c..0bb659b18 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -36,8 +36,6 @@ #include "ephy-embed-single.h" #include "ephy-embed-utils.h" #include "ephy-file-helpers.h" -#include "ephy-history-service.h" -#include "ephy-history-types.h" #include "ephy-prefs.h" #include "ephy-request-about.h" #include "ephy-settings.h" @@ -72,7 +70,6 @@ struct _EphyEmbedPrivate GtkScrolledWindow *scrolled_window; GtkPaned *paned; WebKitWebView *web_view; - EphyHistoryService *history_service; GtkWidget *inspector_window; GtkWidget *inspector_web_view; GtkWidget *inspector_scrolled_window; @@ -723,8 +720,6 @@ ephy_embed_constructed (GObject *object) NULL); ephy_embed_prefs_add_embed (embed); - - priv->history_service = EPHY_HISTORY_SERVICE (ephy_embed_shell_get_global_history_service (ephy_embed_shell_get_default ())); } static void |