about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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;
 }