From 203f5cb2f03c3708bb79cecb8b448b87e3ce7c88 Mon Sep 17 00:00:00 2001 From: ERAMOTO Masaya Date: Thu, 28 Dec 2017 14:44:18 +0900 Subject: client: Use g_dbus_proxy_path_lookup() --- gdbus/client.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdbus') diff --git a/gdbus/client.c b/gdbus/client.c index 9364be7ae..eaab7d50b 100644 --- a/gdbus/client.c +++ b/gdbus/client.c @@ -384,7 +384,6 @@ char *g_dbus_proxy_path_lookup(GList *list, int *index, const char *path) for (l = g_list_nth(list, index ? *index : 0); l; l = g_list_next(l)) { GDBusProxy *proxy = l->data; - const char *proxy_path = g_dbus_proxy_get_path(proxy); if (index) -- cgit v1.2.1