summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
Diffstat (limited to 'dbind')
-rw-r--r--dbind/dbind.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbind/dbind.c b/dbind/dbind.c
index d85a9e5a..98467e65 100644
--- a/dbind/dbind.c
+++ b/dbind/dbind.c
@@ -86,7 +86,6 @@ dbind_send_and_allow_reentry (DBusConnection * bus, DBusMessage * message, DBusE
closure = g_new0 (SpiReentrantCallClosure, 1);
closure->reply = NULL;
- atspi_dbus_connection_setup_with_g_main(bus, NULL);
if (!dbus_connection_send_with_reply (bus, message, &pending, dbind_timeout)
|| !pending)
{