diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-02 22:35:17 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-02 22:35:17 +0800 |
commit | 3852359c303eef0be57b4a5997af14ed9f4b5835 (patch) | |
tree | 981bb33e27111c8d80911eb8bc0ef3ee1895077e /embed/ephy-embed-private.h | |
parent | b5b4d3a8680ac4b7c7358af782cc823213b412bc (diff) | |
download | gsoc2013-epiphany-3852359c303eef0be57b4a5997af14ed9f4b5835.tar gsoc2013-epiphany-3852359c303eef0be57b4a5997af14ed9f4b5835.tar.gz gsoc2013-epiphany-3852359c303eef0be57b4a5997af14ed9f4b5835.tar.bz2 gsoc2013-epiphany-3852359c303eef0be57b4a5997af14ed9f4b5835.tar.lz gsoc2013-epiphany-3852359c303eef0be57b4a5997af14ed9f4b5835.tar.xz gsoc2013-epiphany-3852359c303eef0be57b4a5997af14ed9f4b5835.tar.zst gsoc2013-epiphany-3852359c303eef0be57b4a5997af14ed9f4b5835.zip |
ephy-web-view: remove unused method
Diffstat (limited to 'embed/ephy-embed-private.h')
-rw-r--r-- | embed/ephy-embed-private.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/embed/ephy-embed-private.h b/embed/ephy-embed-private.h index 8d342fe8c..d023efb6a 100644 --- a/embed/ephy-embed-private.h +++ b/embed/ephy-embed-private.h @@ -61,12 +61,6 @@ void ephy_web_view_load_homepage (EphyWebView char * ephy_web_view_create_web_application (EphyWebView *view, const char *title, GdkPixbuf *icon); -GdkPixbuf * ephy_web_view_get_snapshot (EphyWebView *view, - int x, - int y, - int width, - int height); - char* ephy_web_view_normalize_or_autosearch_url (EphyWebView *view, const char *url); |