aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-prefs.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-03-22 16:56:39 +0800
committerXan Lopez <xan@igalia.com>2013-03-22 16:56:39 +0800
commit1f39c8de59c2119627bbf29a864b06259d287e4d (patch)
tree475635fc963c0a30fcc03da17fb486a5cc6d8fd1 /embed/ephy-embed-prefs.h
parentb98b20d754e55188a65507ea7e046eb1a8d80321 (diff)
downloadgsoc2013-epiphany-1f39c8de59c2119627bbf29a864b06259d287e4d.tar
gsoc2013-epiphany-1f39c8de59c2119627bbf29a864b06259d287e4d.tar.gz
gsoc2013-epiphany-1f39c8de59c2119627bbf29a864b06259d287e4d.tar.bz2
gsoc2013-epiphany-1f39c8de59c2119627bbf29a864b06259d287e4d.tar.lz
gsoc2013-epiphany-1f39c8de59c2119627bbf29a864b06259d287e4d.tar.xz
gsoc2013-epiphany-1f39c8de59c2119627bbf29a864b06259d287e4d.tar.zst
gsoc2013-epiphany-1f39c8de59c2119627bbf29a864b06259d287e4d.zip
ephy-embed-prefs: remove non WebKit2 bits
Diffstat (limited to 'embed/ephy-embed-prefs.h')
-rw-r--r--embed/ephy-embed-prefs.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h
index c49570e14..346c94d7f 100644
--- a/embed/ephy-embed-prefs.h
+++ b/embed/ephy-embed-prefs.h
@@ -23,11 +23,7 @@
#include "ephy-embed.h"
-#ifdef HAVE_WEBKIT2
#include <webkit2/webkit2.h>
-#else
-#include <libsoup/soup.h>
-#endif
#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)
#error "Only <epiphany/epiphany.h> can be included directly."
@@ -40,20 +36,9 @@ G_BEGIN_DECLS
void ephy_embed_prefs_init (void);
void ephy_embed_prefs_shutdown (void);
-
-#ifdef HAVE_WEBKIT2
WebKitWebViewGroup *ephy_embed_prefs_get_web_view_group (void);
-#else
-void ephy_embed_prefs_add_embed (EphyEmbed *embed);
-#endif
-
-#ifdef HAVE_WEBKIT2
void ephy_embed_prefs_set_cookie_accept_policy (WebKitCookieManager *cookie_manager,
const char *settings_policy);
-#else
-void ephy_embed_prefs_set_cookie_jar_policy (SoupCookieJar *jar,
- const char *gconf_policy);
-#endif
G_END_DECLS