diff options
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -72,15 +72,6 @@ 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; TpConnection *connection; |