diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-14 22:31:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-19 00:54:56 +0800 |
commit | edf04ad86a916e81ce13fda6c9544ea78eb6b809 (patch) | |
tree | 4effc07943be2ca5e16083f68191809723e3532a /libempathy/empathy-dispatcher.c | |
parent | 7d9ef8cc5b24cb51018c37d81b686edb8a458823 (diff) | |
download | gsoc2013-empathy-edf04ad86a916e81ce13fda6c9544ea78eb6b809.tar gsoc2013-empathy-edf04ad86a916e81ce13fda6c9544ea78eb6b809.tar.gz gsoc2013-empathy-edf04ad86a916e81ce13fda6c9544ea78eb6b809.tar.bz2 gsoc2013-empathy-edf04ad86a916e81ce13fda6c9544ea78eb6b809.tar.lz gsoc2013-empathy-edf04ad86a916e81ce13fda6c9544ea78eb6b809.tar.xz gsoc2013-empathy-edf04ad86a916e81ce13fda6c9544ea78eb6b809.tar.zst gsoc2013-empathy-edf04ad86a916e81ce13fda6c9544ea78eb6b809.zip |
stop dispatching tube channels (#599159)
Tube applications should use the ChannelDispatcher.
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 7c0068ba6..c096bd231 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -63,7 +63,6 @@ typedef struct GHashTable *connections; GHashTable *outstanding_classes_requests; gpointer token; - GSList *tubes; /* channels which the dispatcher is listening "invalidated" */ GList *channels; |