aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-03-21 20:40:51 +0800
committerXan Lopez <xan@igalia.com>2013-03-21 20:40:51 +0800
commit061ae41638cf20778ba988ac9e128afcc3252545 (patch)
treed4483f3867d895b706625b4714d283ada73d15c4 /embed/ephy-embed.h
parent98202699e523cb7a8f7ed3fd90b2320ac2dac295 (diff)
downloadgsoc2013-epiphany-061ae41638cf20778ba988ac9e128afcc3252545.tar
gsoc2013-epiphany-061ae41638cf20778ba988ac9e128afcc3252545.tar.gz
gsoc2013-epiphany-061ae41638cf20778ba988ac9e128afcc3252545.tar.bz2
gsoc2013-epiphany-061ae41638cf20778ba988ac9e128afcc3252545.tar.lz
gsoc2013-epiphany-061ae41638cf20778ba988ac9e128afcc3252545.tar.xz
gsoc2013-epiphany-061ae41638cf20778ba988ac9e128afcc3252545.tar.zst
gsoc2013-epiphany-061ae41638cf20778ba988ac9e128afcc3252545.zip
ephy-embed: remove non WebKit2 bits
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 5802cbeef..f59a4a556 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -63,11 +63,7 @@ void ephy_embed_auto_download_url (EphyEmbed *embed,
void ephy_embed_entering_fullscreen (EphyEmbed *embed);
void ephy_embed_leaving_fullscreen (EphyEmbed *embed);
void ephy_embed_set_delayed_load_request (EphyEmbed *embed,
-#ifdef HAVE_WEBKIT2
WebKitURIRequest *request);
-#else
- WebKitNetworkRequest *request);
-#endif
gboolean ephy_embed_has_load_pending (EphyEmbed *embed);
void ephy_embed_set_overview_mode (EphyEmbed *embed,
gboolean overview_mode);