GDBusConnection: remove an unused g_variant_get()

https://bugzilla.gnome.org/show_bug.cgi?id=698375
This commit is contained in:
Ryan Lortie 2013-04-17 12:52:59 +02:00
parent 15477ebd42
commit 0d29b17af7

View File

@ -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;