1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Removed TODO in gpg.c

This commit is contained in:
James Booth 2015-06-13 00:35:53 +01:00
parent 718967e90d
commit a408ca7326

View File

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