mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Remove comment
This commit is contained in:
parent
4d215fc33e
commit
ca9cc3275a
10
src/pgp/ox.c
10
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user