diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:47:06 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:47:06 +0800 |
commit | feb74d528e952da78621dde857938b2adbd6e65f (patch) | |
tree | 3ed57d271f28e219759ea13f94b2c24ebd2589c7 /libempathy/empathy-utils.h | |
parent | b5b4d3697e9996d6b275e80dfc965c8be112d3a6 (diff) | |
download | gsoc2013-empathy-feb74d528e952da78621dde857938b2adbd6e65f.tar gsoc2013-empathy-feb74d528e952da78621dde857938b2adbd6e65f.tar.gz gsoc2013-empathy-feb74d528e952da78621dde857938b2adbd6e65f.tar.bz2 gsoc2013-empathy-feb74d528e952da78621dde857938b2adbd6e65f.tar.lz gsoc2013-empathy-feb74d528e952da78621dde857938b2adbd6e65f.tar.xz gsoc2013-empathy-feb74d528e952da78621dde857938b2adbd6e65f.tar.zst gsoc2013-empathy-feb74d528e952da78621dde857938b2adbd6e65f.zip |
Remove dead code from empathy-util.
svn path=/trunk/; revision=2046
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 9147b6991..3175f23aa 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -84,11 +84,6 @@ void empathy_run_until_ready_full (gpointer object, gpointer user_data, GMainLoop **loop); McAccount * empathy_channel_get_account (TpChannel *channel); -gpointer empathy_connect_to_account_status_changed (MissionControl *mc, - GCallback handler, - gpointer user_data, - GClosureNotify free_func); -void empathy_disconnect_account_status_changed (gpointer token); gboolean empathy_proxy_equal (gconstpointer a, gconstpointer b); guint empathy_proxy_hash (gconstpointer key); |