From 4627e847af502b942d1ee3eb9bca8d3dfd5c11b1 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Wed, 30 May 2018 17:45:28 -0300 Subject: notifications: Remove unused variable --- panels/notifications/cc-edit-dialog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/panels/notifications/cc-edit-dialog.c b/panels/notifications/cc-edit-dialog.c index abd09f189..6f43d7ea8 100644 --- a/panels/notifications/cc-edit-dialog.c +++ b/panels/notifications/cc-edit-dialog.c @@ -132,7 +132,6 @@ set_portal_permissions_for_app (GtkWidget *dialog, GtkSwitch *the_switch) const char *yes_strv[] = { "yes", NULL }; const char *no_strv[] = { "no", NULL }; g_autoptr(GVariant) reply = NULL; - g_autoptr(GError) error = NULL; if (perm_store == NULL) { -- cgit v1.2.1