diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:16:36 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:16:36 +0800 |
commit | f178a264143aaed6a816c2f40cb8c6d4db385fb2 (patch) | |
tree | 5d9c1defc856e4c8a9f96c57c5d0baea80aa2427 /libempathy/empathy-dispatcher.h | |
parent | 61559b0189074419b3f8e34afd8b350bd8cf6657 (diff) | |
download | gsoc2013-empathy-f178a264143aaed6a816c2f40cb8c6d4db385fb2.tar gsoc2013-empathy-f178a264143aaed6a816c2f40cb8c6d4db385fb2.tar.gz gsoc2013-empathy-f178a264143aaed6a816c2f40cb8c6d4db385fb2.tar.bz2 gsoc2013-empathy-f178a264143aaed6a816c2f40cb8c6d4db385fb2.tar.lz gsoc2013-empathy-f178a264143aaed6a816c2f40cb8c6d4db385fb2.tar.xz gsoc2013-empathy-f178a264143aaed6a816c2f40cb8c6d4db385fb2.tar.zst gsoc2013-empathy-f178a264143aaed6a816c2f40cb8c6d4db385fb2.zip |
Remove dead code
svn path=/trunk/; revision=2210
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index ad8767b40..59b06ffbd 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -51,15 +51,6 @@ struct _EmpathyDispatcherClass { GObjectClass parent_class; }; -#define EMPATHY_TYPE_DISPATCHER_TUBE (empathy_dispatcher_tube_get_type ()) -typedef struct { - EmpathyContact *initiator; - TpChannel *channel; - guint id; - gboolean activatable; -} EmpathyDispatcherTube; - - /* Will be called when the channel is ready for dispatching. The requestor * handle the channel itself by calling empathy_dispatch_operation_handles */ typedef void (EmpathyDispatcherRequestCb) ( @@ -92,7 +83,6 @@ void empathy_dispatcher_join_muc (McAccount *account, /* Get the dispatcher singleton */ EmpathyDispatcher * empathy_dispatcher_dup_singleton (void); -GType empathy_dispatcher_tube_get_type (void); G_END_DECLS |