aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.h
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-05-13 17:50:22 +0800
committerXan Lopez <xan@gnome.org>2010-05-13 17:50:22 +0800
commit87b6ed0e80a4b3c2692e20b6232cb58bc3b46e5b (patch)
tree3373e79b61625023e279929c24aa8e553301b851 /src/ephy-statusbar.h
parentcf1f1a9092d1e1c81b6c795dcc84a79bc41b55b1 (diff)
downloadgsoc2013-epiphany-87b6ed0e80a4b3c2692e20b6232cb58bc3b46e5b.tar
gsoc2013-epiphany-87b6ed0e80a4b3c2692e20b6232cb58bc3b46e5b.tar.gz
gsoc2013-epiphany-87b6ed0e80a4b3c2692e20b6232cb58bc3b46e5b.tar.bz2
gsoc2013-epiphany-87b6ed0e80a4b3c2692e20b6232cb58bc3b46e5b.tar.lz
gsoc2013-epiphany-87b6ed0e80a4b3c2692e20b6232cb58bc3b46e5b.tar.xz
gsoc2013-epiphany-87b6ed0e80a4b3c2692e20b6232cb58bc3b46e5b.tar.zst
gsoc2013-epiphany-87b6ed0e80a4b3c2692e20b6232cb58bc3b46e5b.zip
ephy-statusbar: remove lock-clicked signal
It's unused now.
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r--src/ephy-statusbar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h
index 48eaafc7a..fdcd2e93c 100644
--- a/src/ephy-statusbar.h
+++ b/src/ephy-statusbar.h
@@ -52,9 +52,6 @@ struct _EphyStatusbar
struct _EphyStatusbarClass
{
GtkStatusbarClass parent_class;
-
- /* Signals */
- void (* lock_clicked) (EphyStatusbar *statusbar);
};
GType ephy_statusbar_get_type (void);