1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Remove comment

This commit is contained in:
Michael Vetter 2022-06-29 09:21:44 +02:00
parent 4d215fc33e
commit ca9cc3275a

View File

@ -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;
}