diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:16:03 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:16:03 +0800 |
commit | 83c145ca0bdf9c659f808a1485ad2f580c6b439f (patch) | |
tree | 7426741deeb238f64842250f7c8afe14c788f994 /src | |
parent | 3c310a6753141eb1a01acdacc3d2286080183d0f (diff) | |
download | gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.gz gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.bz2 gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.lz gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.xz gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.zst gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.zip |
embed: remove ephy_embed_can_go_forward.
Use WebKit API directly.
svn path=/trunk/; revision=8306
Diffstat (limited to 'src')
-rw-r--r-- | src/epiphany.defs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs index 0d4a9793e..351546229 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -1150,12 +1150,6 @@ (return-type "gboolean") ) -(define-method can_go_forward - (of-object "EphyEmbed") - (c-name "ephy_embed_can_go_forward") - (return-type "gboolean") -) - (define-method can_go_up (of-object "EphyEmbed") (c-name "ephy_embed_can_go_up") |