summaryrefslogtreecommitdiff
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2013-12-08 12:40:12 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2013-12-08 12:42:00 +0100
commit3df6f8c4678f1a0068ed06576180c2e9a4c1629e (patch)
treedd7cce9e815f739b41ee0f78ab570a7c4615b2c0 /src/ephy-shell.h
parent7213d38a3c024a0b189f053655e76a3c976c7dbc (diff)
downloadepiphany-3df6f8c4678f1a0068ed06576180c2e9a4c1629e.tar.gz
Remove all WebKit1 code
We are using WebKit2 unconditionally already.
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index 0390be324..2011fd4e9 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -33,11 +33,7 @@
#include "ephy-session.h"
#include "ephy-window.h"
-#ifdef HAVE_WEBKIT2
#include <webkit2/webkit2.h>
-#else
-#include <webkit/webkit.h>
-#endif
#include <glib-object.h>
#include <glib.h>
@@ -155,11 +151,7 @@ EphyEmbed *ephy_shell_new_tab (EphyShell *shell,
EphyEmbed *ephy_shell_new_tab_full (EphyShell *shell,
EphyWindow *parent_window,
EphyEmbed *previous_embed,
-#ifdef HAVE_WEBKIT2
WebKitURIRequest *request,
-#else
- WebKitNetworkRequest *request,
-#endif
EphyNewTabFlags flags,
EphyWebViewChrome chrome,
gboolean is_popup,