mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Removed TODO in gpg.c
This commit is contained in:
parent
718967e90d
commit
a408ca7326
@ -60,7 +60,6 @@ p_gpg_init(void)
|
||||
log_debug("GPG: Found gpgme version: %s", libversion);
|
||||
gpgme_set_locale(NULL, LC_CTYPE, setlocale(LC_CTYPE, NULL));
|
||||
|
||||
// TODO add close function to clean up
|
||||
fingerprints = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user