aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-22 22:16:09 +0800
committerXan Lopez <xan@igalia.com>2012-01-22 22:16:09 +0800
commitf217a3f328a5ca1aa01ac59c72967e419d70e6a1 (patch)
treed0e8335e8d04836723afae998a93c63253ea3caa /embed/ephy-embed.h
parentf88cd6dc3b5027bb2cde61eaf04886e2b6852fc2 (diff)
downloadgsoc2013-epiphany-f217a3f328a5ca1aa01ac59c72967e419d70e6a1.tar.gz
gsoc2013-epiphany-f217a3f328a5ca1aa01ac59c72967e419d70e6a1.tar.zst
gsoc2013-epiphany-f217a3f328a5ca1aa01ac59c72967e419d70e6a1.zip
ephy-embed: we can now make the statusbar methods private
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 72cc55817..904355df1 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -65,14 +65,6 @@ void ephy_embed_auto_download_url (EphyEmbed *embed,
const char *url);
void _ephy_embed_set_statusbar_label (EphyEmbed *embed,
const char *label);
-void ephy_embed_statusbar_pop (EphyEmbed *embed,
- guint context_id);
-guint ephy_embed_statusbar_push (EphyEmbed *embed,
- guint context_id,
- const char *text);
-guint ephy_embed_statusbar_get_context_id (EphyEmbed *embed,
- const char *context_description);
-
G_END_DECLS
#endif