From 365c18e9f85e6c20cf972914b3c696952de7f5af Mon Sep 17 00:00:00 2001 From: xclaesse Date: Fri, 9 Jan 2009 16:16:36 +0000 Subject: Remove dead code git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2210 4ee84921-47dd-4033-b63a-18d7a039a3e4 --- libempathy/empathy-dispatcher.c | 9 --------- libempathy/empathy-dispatcher.h | 10 ---------- 2 files changed, 19 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 1827ef78d..3728a45d2 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -71,15 +71,6 @@ enum { static guint signals[LAST_SIGNAL]; static EmpathyDispatcher *dispatcher = NULL; -typedef struct { - EmpathyDispatcherTube public; - EmpathyContactFactory *factory; - gchar *bus_name; - gchar *object_path; - guint ref_count; - gboolean handled; -} DispatcherTube; - typedef struct { EmpathyDispatcher *dispatcher; EmpathyDispatchOperation *operation; 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 -- cgit v1.2.3