From ca9cc3275a6bf0225540d6f0d497504fd024253d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 29 Jun 2022 09:21:44 +0200 Subject: [PATCH] Remove comment --- src/pgp/ox.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/pgp/ox.c b/src/pgp/ox.c index aa240669..a7cdfabb 100644 --- a/src/pgp/ox.c +++ b/src/pgp/ox.c @@ -139,16 +139,6 @@ ox_gpg_public_keys(void) } gpgme_release(ctx); - // autocomplete_clear(key_ac); - // GList *ids = g_hash_table_get_keys(result); - // GList *curr = ids; - // while (curr) { - // ProfPGPKey *key = g_hash_table_lookup(result, curr->data); - // autocomplete_add(key_ac, key->id); - // curr = curr->next; - // } - // g_list_free(ids); - return result; }