about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-13 00:35:53 +0100
committerJames Booth <boothj5@gmail.com>2015-06-13 00:35:53 +0100
commita408ca7326ee4e0b4e0539ce8cf37dfa02a7a6b3 (patch)
treef57a9524d8c86f5b5c250f1ee3f53df2bf635076
parent718967e90d7a3e406dda454a2abe80fee258226a (diff)
downloadprofani-tty-a408ca7326ee4e0b4e0539ce8cf37dfa02a7a6b3.tar.gz
Removed TODO in gpg.c
-rw-r--r--src/pgp/gpg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pgp/gpg.c b/src/pgp/gpg.c
index 87bd370c..1cc96bfb 100644
--- a/src/pgp/gpg.c
+++ b/src/pgp/gpg.c
@@ -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);
 }