From 0d29b17af7c5a79e143c31208cc0b37f7c09d481 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 17 Apr 2013 12:52:59 +0200 Subject: [PATCH] GDBusConnection: remove an unused g_variant_get() https://bugzilla.gnome.org/show_bug.cgi?id=698375 --- gio/gdbusconnection.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c index e700f35..231e0d2 100644 --- a/gio/gdbusconnection.c +++ b/gio/gdbusconnection.c @@ -4511,16 +4511,11 @@ validate_and_maybe_schedule_property_get_all (GDBusConnection *connec gpointer user_data) { gboolean handled; - const char *interface_name; GSource *idle_source; PropertyGetAllData *property_get_all_data; handled = FALSE; - g_variant_get (g_dbus_message_get_body (message), - "(&s)", - &interface_name); - if (vtable == NULL || vtable->get_property == NULL) goto out; -- 2.7.4