aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.h
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-05-13 19:17:09 +0800
committerXan Lopez <xan@gnome.org>2010-05-13 19:17:09 +0800
commit36d9f9be4a55a44f6797716c4850341a348b75ad (patch)
tree34d4d22af226895bcb89a5e17be22a063e64830b /src/ephy-statusbar.h
parenta3f08a52b5b93c67665ad9ca4341e30940538cf1 (diff)
downloadgsoc2013-epiphany-36d9f9be4a55a44f6797716c4850341a348b75ad.tar
gsoc2013-epiphany-36d9f9be4a55a44f6797716c4850341a348b75ad.tar.gz
gsoc2013-epiphany-36d9f9be4a55a44f6797716c4850341a348b75ad.tar.bz2
gsoc2013-epiphany-36d9f9be4a55a44f6797716c4850341a348b75ad.tar.lz
gsoc2013-epiphany-36d9f9be4a55a44f6797716c4850341a348b75ad.tar.xz
gsoc2013-epiphany-36d9f9be4a55a44f6797716c4850341a348b75ad.tar.zst
gsoc2013-epiphany-36d9f9be4a55a44f6797716c4850341a348b75ad.zip
Remove popup state from the statusbar
The whole feature is kind of broken anyway. When we fix we'll figure out how to show it in the UI.
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r--src/ephy-statusbar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h
index 32993605d..1cef654e9 100644
--- a/src/ephy-statusbar.h
+++ b/src/ephy-statusbar.h
@@ -58,10 +58,6 @@ GType ephy_statusbar_get_type (void);
GtkWidget *ephy_statusbar_new (void);
-void ephy_statusbar_set_popups_state (EphyStatusbar *statusbar,
- gboolean hidden,
- const char *tooltip);
-
void ephy_statusbar_add_widget (EphyStatusbar *statusbar,
GtkWidget *widget);