diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-27 02:55:13 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-27 02:55:13 +0800 |
commit | a0677fc29ac5e82760e4c820078b822af4970a97 (patch) | |
tree | 72997525b1db8124dccd8c2a24e6fa4ab6f0c28b /embed | |
parent | d2cf56a86066a37849f061892449555d5e893a4d (diff) | |
download | gsoc2013-epiphany-a0677fc29ac5e82760e4c820078b822af4970a97.tar.gz gsoc2013-epiphany-a0677fc29ac5e82760e4c820078b822af4970a97.tar.zst gsoc2013-epiphany-a0677fc29ac5e82760e4c820078b822af4970a97.zip |
Remove non-existing functions in the embed interface from the _init function.
svn path=/trunk/; revision=7572
Diffstat (limited to 'embed')
-rw-r--r-- | embed/webkit/webkit-embed.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/webkit/webkit-embed.cpp b/embed/webkit/webkit-embed.cpp index 08e609b51..8b1421148 100644 --- a/embed/webkit/webkit-embed.cpp +++ b/embed/webkit/webkit-embed.cpp @@ -717,10 +717,7 @@ ephy_embed_iface_init (EphyEmbedIface *iface) iface->print_preview_navigate = impl_print_preview_navigate; iface->has_modified_forms = impl_has_modified_forms; iface->get_load_percent = impl_get_load_percent; - iface->set_load_percent = impl_set_load_percent; iface->get_load_status = impl_get_load_status; - iface->set_load_status = impl_set_load_status; iface->get_document_type = impl_get_document_type; iface->get_navigation_flags = impl_get_navigation_flags; - iface->update_navigation_flags = impl_update_navigation_flags; } |