diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-12-31 06:32:44 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-12-31 06:32:44 +0800 |
commit | 8676779c654bf09dd9d055ae7a32cb8d7be8ab64 (patch) | |
tree | 9aa7ef2e5f403157d339a0bce361135338d9fada /src/ephy-statusbar.h | |
parent | c28e0ca2b0f81d934df5ab164d7630f7a9c03c2d (diff) | |
download | gsoc2013-epiphany-8676779c654bf09dd9d055ae7a32cb8d7be8ab64.tar gsoc2013-epiphany-8676779c654bf09dd9d055ae7a32cb8d7be8ab64.tar.gz gsoc2013-epiphany-8676779c654bf09dd9d055ae7a32cb8d7be8ab64.tar.bz2 gsoc2013-epiphany-8676779c654bf09dd9d055ae7a32cb8d7be8ab64.tar.lz gsoc2013-epiphany-8676779c654bf09dd9d055ae7a32cb8d7be8ab64.tar.xz gsoc2013-epiphany-8676779c654bf09dd9d055ae7a32cb8d7be8ab64.tar.zst gsoc2013-epiphany-8676779c654bf09dd9d055ae7a32cb8d7be8ab64.zip |
Remove progress from statusbar now that we show it in the location entry.
svn path=/trunk/; revision=8651
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index 3e064b786..a92f66198 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -75,9 +75,6 @@ void ephy_statusbar_set_popups_state (EphyStatusbar *statusbar, gboolean hidden, const char *tooltip); -void ephy_statusbar_set_progress (EphyStatusbar *statusbar, - int progress); - void ephy_statusbar_add_widget (EphyStatusbar *statusbar, GtkWidget *widget); |