diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-16 19:15:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-16 19:15:43 +0800 |
commit | 2c51cb761fe6392f136611cb73d6eeda223288fb (patch) | |
tree | 9d41e2e5deae57e15187dada0d5dce30a7d6f366 /embed/ephy-embed-utils.h | |
parent | ad2fb83740b906a3484faec8bd7934495730931e (diff) | |
download | gsoc2013-epiphany-2c51cb761fe6392f136611cb73d6eeda223288fb.tar.gz gsoc2013-epiphany-2c51cb761fe6392f136611cb73d6eeda223288fb.tar.zst gsoc2013-epiphany-2c51cb761fe6392f136611cb73d6eeda223288fb.zip |
Move the get_title_composite function to EphyWebView.
Diffstat (limited to 'embed/ephy-embed-utils.h')
-rw-r--r-- | embed/ephy-embed-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-embed-utils.h b/embed/ephy-embed-utils.h index d9b63b1a1..fb3c273e0 100644 --- a/embed/ephy-embed-utils.h +++ b/embed/ephy-embed-utils.h @@ -42,7 +42,6 @@ G_BEGIN_DECLS #define EPHY_WEBKIT_BACK_FORWARD_LIMIT 100 char * ephy_embed_utils_link_message_parse (char *message); -const char * ephy_embed_utils_get_title_composite (EphyWebView *view); gboolean ephy_embed_utils_address_has_web_scheme (const char *address); G_END_DECLS |