From 631b061c3a431acef9ff16d5b9fa326f08741e6a Mon Sep 17 00:00:00 2001 From: Vivek Dasmohapatra Date: Wed, 4 May 2011 19:29:22 +0100 Subject: Unused variables --- src/client-registry.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client-registry.c b/src/client-registry.c index 6651b76e..7bd18883 100644 --- a/src/client-registry.c +++ b/src/client-registry.c @@ -311,8 +311,6 @@ mcd_client_registry_name_owner_filter (DBusConnection *conn, gpointer data) { McdClientRegistry *self = MCD_CLIENT_REGISTRY (data); - const gchar *interface_name = NULL; - const gchar *member_name = NULL; /* make sure this is the right kind of signal: */ if (dbus_message_is_signal (msg, DBUS_INTERFACE_DBUS, "NameOwnerChanged")) -- cgit v1.2.1