about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-06-29 09:21:44 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-06-29 09:21:44 +0200
commitca9cc3275a6bf0225540d6f0d497504fd024253d (patch)
tree461b82fda0388c5ca1da5348118eb0995724a668
parent4d215fc33e12a952bcd9f0971391854c141ffb54 (diff)
downloadprofani-tty-ca9cc3275a6bf0225540d6f0d497504fd024253d.tar.gz
Remove comment
-rw-r--r--src/pgp/ox.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pgp/ox.c b/src/pgp/ox.c
index aa240669..a7cdfabb 100644
--- a/src/pgp/ox.c
+++ b/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;
 }