summaryrefslogtreecommitdiff
path: root/session-helper
diff options
context:
space:
mode:
Diffstat (limited to 'session-helper')
-rw-r--r--session-helper/xdg-app-permission-store.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/session-helper/xdg-app-permission-store.c b/session-helper/xdg-app-permission-store.c
index 668b3eb..8ef1bb5 100644
--- a/session-helper/xdg-app-permission-store.c
+++ b/session-helper/xdg-app-permission-store.c
@@ -214,9 +214,7 @@ handle_delete (XdgAppPermissionStore *object,
const gchar *id)
{
Table *table;
- g_autoptr(GVariant) data = NULL;
g_autoptr(XdgAppDbEntry) entry = NULL;
- g_autofree const char **apps = NULL;
table = lookup_table (table_name, invocation);
if (table == NULL)