diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2018-05-30 17:45:28 -0300 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2018-05-30 17:45:28 -0300 |
commit | 4627e847af502b942d1ee3eb9bca8d3dfd5c11b1 (patch) | |
tree | b26773f0d57917abcf7e4ca6340ffa1c5c1e2047 | |
parent | d357f1de9e926fe574502b2aa53d024ef113e816 (diff) | |
download | gnome-control-center-4627e847af502b942d1ee3eb9bca8d3dfd5c11b1.tar.gz |
notifications: Remove unused variable
-rw-r--r-- | panels/notifications/cc-edit-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |