summaryrefslogtreecommitdiff
path: root/src/disco.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-22 12:02:11 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-22 12:02:11 +0000
commit4eba6d7c593899c577082001c07b126cb5b0fe80 (patch)
tree2b149971d2f0450cdfe879a60b3f8ee661a8a613 /src/disco.c
parentfd0cf51ccd1ddcbf3cb5943d0c7636321caed27c (diff)
gabble_disco_dispose: remove unnecessary call to tp_get_bus_proxy()
Diffstat (limited to 'src/disco.c')
-rw-r--r--src/disco.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/disco.c b/src/disco.c
index 0215ea7c8..bf64031f1 100644
--- a/src/disco.c
+++ b/src/disco.c
@@ -196,8 +196,6 @@ gabble_disco_dispose (GObject *object)
GabbleDisco *self = GABBLE_DISCO (object);
GabbleDiscoPrivate *priv = GABBLE_DISCO_GET_PRIVATE (self);
GSList *l;
- DBusGProxy *bus_proxy;
- bus_proxy = tp_get_bus_proxy ();
if (priv->dispose_has_run)
return;