Remove unused variable

This commit is contained in:
Matthias Clasen 2011-11-28 00:18:39 -05:00 committed by Ryan Lortie
parent 500f8fbac5
commit ff833ccac9

View File

@ -636,7 +636,6 @@ test_dbus_subscriptions (void)
GDBusConnection *bus;
GMenu *menu;
GMenuProxy *proxy;
GVariant *v;
GMainLoop *loop;
bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);