mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
GDBusConnection: remove an unused g_variant_get()
https://bugzilla.gnome.org/show_bug.cgi?id=698375
This commit is contained in:
parent
15477ebd42
commit
0d29b17af7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user