[network-manager-applet] connection-editor: remove unused variable



commit cb58785115b31dfef41d0cec62895689db122f0f
Author: Thomas Haller <thaller redhat com>
Date:   Fri Mar 4 09:43:14 2016 +0100

    connection-editor: remove unused variable

 src/connection-editor/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/main.c b/src/connection-editor/main.c
index 34b0aeb..552259c 100644
--- a/src/connection-editor/main.c
+++ b/src/connection-editor/main.c
@@ -207,7 +207,7 @@ try_existing_instance (GDBusConnection *bus,
 {
        gs_free char *owner = NULL;
        gs_free_error GError *error = NULL;
-       gs_unref_variant GVariant *reply = NULL, *args = NULL;
+       gs_unref_variant GVariant *reply = NULL;
        GVariantBuilder builder;
 
        g_assert (bus);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]