diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-04 00:00:41 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 21:13:12 +0800 |
commit | 7ec689852cca3280e48f1d6cba3f5c358575844c (patch) | |
tree | c6f9245ec273d4926925c91d3bc159e1823787c0 /libempathy-gtk | |
parent | 63b3a10e4b442ef9865885f590f3d251ac006f04 (diff) | |
download | gsoc2013-empathy-7ec689852cca3280e48f1d6cba3f5c358575844c.tar gsoc2013-empathy-7ec689852cca3280e48f1d6cba3f5c358575844c.tar.gz gsoc2013-empathy-7ec689852cca3280e48f1d6cba3f5c358575844c.tar.bz2 gsoc2013-empathy-7ec689852cca3280e48f1d6cba3f5c358575844c.tar.lz gsoc2013-empathy-7ec689852cca3280e48f1d6cba3f5c358575844c.tar.xz gsoc2013-empathy-7ec689852cca3280e48f1d6cba3f5c358575844c.tar.zst gsoc2013-empathy-7ec689852cca3280e48f1d6cba3f5c358575844c.zip |
Remove dead code
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-protocol-chooser.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-protocol-chooser.h b/libempathy-gtk/empathy-protocol-chooser.h index 9d881958d..d6b944a2f 100644 --- a/libempathy-gtk/empathy-protocol-chooser.h +++ b/libempathy-gtk/empathy-protocol-chooser.h @@ -58,10 +58,6 @@ struct _EmpathyProtocolChooserClass GtkComboBoxClass parent_class; }; -typedef void (* EmpathyProtocolChooserReadyCb) (GtkWidget *chooser, - GError *error, - gpointer user_data); - GType empathy_protocol_chooser_get_type (void) G_GNUC_CONST; GtkWidget * empathy_protocol_chooser_new (void); TpConnectionManager *empathy_protocol_chooser_dup_selected ( |