From 993c66a47a69780633c25e36c1e3a2f557daa0f2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 6 Feb 2014 16:57:49 +0000 Subject: [PATCH 1/2] TestDBusAccountPlugin: remove leftover code from events queue --- tests/twisted/dbus-account-plugin.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/twisted/dbus-account-plugin.c b/tests/twisted/dbus-account-plugin.c index 79464ed..ec125bc 100644 --- a/tests/twisted/dbus-account-plugin.c +++ b/tests/twisted/dbus-account-plugin.c @@ -84,8 +84,6 @@ struct _TestDBusAccountPlugin { GDBusConnection *bus; GHashTable *accounts; - McpAccountManager *feedback; - GQueue events; gboolean active; }; @@ -219,8 +217,6 @@ test_dbus_account_plugin_init (TestDBusAccountPlugin *self) g_assert_no_error (error); g_assert (self->bus != NULL); - g_queue_init (&self->events); - g_bus_watch_name (G_BUS_TYPE_SESSION, TEST_DBUS_ACCOUNT_SERVICE, G_BUS_NAME_WATCHER_FLAGS_NONE, service_appeared_cb, -- 1.9.rc1