aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:16:36 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:16:36 +0800
commitf178a264143aaed6a816c2f40cb8c6d4db385fb2 (patch)
tree5d9c1defc856e4c8a9f96c57c5d0baea80aa2427 /libempathy/empathy-dispatcher.c
parent61559b0189074419b3f8e34afd8b350bd8cf6657 (diff)
downloadgsoc2013-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.c')
-rw-r--r--libempathy/empathy-dispatcher.c9
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;