[epiphany: 12/14] ephy-embed: remove history service



commit 62b41467c3ff66f705cb8b93c60993eedf6356fb
Author: Xan Lopez <xan igalia com>
Date:   Wed Mar 14 12:49:08 2012 +0100

    ephy-embed: remove history service
    
    EphyEmbed does not use it anymore.

 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 a0ed87c..0bb659b 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]