summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-03-04 09:43:14 +0100
committerThomas Haller <thaller@redhat.com>2016-03-04 09:46:36 +0100
commitcb58785115b31dfef41d0cec62895689db122f0f (patch)
tree23512cb545d8d8b82a9747557cbeb4f8af17dbce
parentbbf2d93e08e150cad10136a630b8c360c74c43ba (diff)
downloadnetwork-manager-applet-cb58785115b31dfef41d0cec62895689db122f0f.tar.gz
connection-editor: remove unused variable
-rw-r--r--src/connection-editor/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/main.c b/src/connection-editor/main.c
index 34b0aebc..552259cf 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);