aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-03-22 17:13:09 +0800
committerXan Lopez <xan@igalia.com>2013-03-22 17:13:09 +0800
commit317359dbd35bdc07a7e33f9abb642df5ff9e0a17 (patch)
treebc7d8d33af6d4e6a32ed0b3ed59f04812401401f
parent2de4e6202cfb6323e6ac364408d2b839dc1fe402 (diff)
downloadgsoc2013-epiphany-317359dbd35bdc07a7e33f9abb642df5ff9e0a17.tar
gsoc2013-epiphany-317359dbd35bdc07a7e33f9abb642df5ff9e0a17.tar.gz
gsoc2013-epiphany-317359dbd35bdc07a7e33f9abb642df5ff9e0a17.tar.bz2
gsoc2013-epiphany-317359dbd35bdc07a7e33f9abb642df5ff9e0a17.tar.lz
gsoc2013-epiphany-317359dbd35bdc07a7e33f9abb642df5ff9e0a17.tar.xz
gsoc2013-epiphany-317359dbd35bdc07a7e33f9abb642df5ff9e0a17.tar.zst
gsoc2013-epiphany-317359dbd35bdc07a7e33f9abb642df5ff9e0a17.zip
ephy-shell: remove non-WebKit2 bits for adblock manager
This does not exist anymore.
-rw-r--r--src/ephy-shell.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 252a4cbaf..c53270ba8 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -23,9 +23,6 @@
#include "config.h"
#include "ephy-shell.h"
-#ifndef HAVE_WEBKIT2
-#include "ephy-adblock-manager.h"
-#endif
#include "ephy-bookmarks-editor.h"
#include "ephy-bookmarks-import.h"
#include "ephy-debug.h"
@@ -525,11 +522,6 @@ ephy_shell_constructed (GObject *object)
/* FIXME: not sure if this is the best place to put this stuff. */
ephy_shell_get_lockdown (EPHY_SHELL (object));
-#ifndef HAVE_WEBKIT2
- if (ephy_embed_shell_get_mode (EPHY_EMBED_SHELL (object)) != EPHY_EMBED_SHELL_MODE_TEST)
- ephy_embed_shell_get_adblock_manager (EPHY_EMBED_SHELL (object));
-#endif
-
if (G_OBJECT_CLASS (ephy_shell_parent_class)->constructed)
G_OBJECT_CLASS (ephy_shell_parent_class)->constructed (object);
}