mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-08 15:06:52 +02: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)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
gboolean handled;
|
gboolean handled;
|
||||||
const char *interface_name;
|
|
||||||
GSource *idle_source;
|
GSource *idle_source;
|
||||||
PropertyGetAllData *property_get_all_data;
|
PropertyGetAllData *property_get_all_data;
|
||||||
|
|
||||||
handled = FALSE;
|
handled = FALSE;
|
||||||
|
|
||||||
g_variant_get (g_dbus_message_get_body (message),
|
|
||||||
"(&s)",
|
|
||||||
&interface_name);
|
|
||||||
|
|
||||||
if (vtable == NULL || vtable->get_property == NULL)
|
if (vtable == NULL || vtable->get_property == NULL)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user