Drop useless functions with gpgme (auto import is a gpg capability already).
[apps/madmutt.git] / crypt.c
diff --git a/crypt.c b/crypt.c
index 2fc0924..bf8c81d 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -3891,29 +3891,6 @@ void crypt_pgp_extract_keys_from_attachment_list(FILE * fp, int tag, BODY * top)
   unset_option (OPTDONTHANDLEPGPKEYS);
 }
 
-
-/* TODO */
-
-/* fixme: needs documentation. */
-void crypt_pgp_invoke_getkeys (address_t * addr)
-{
-}
-
-/* Generate a PGP public key attachment. */
-BODY *crypt_pgp_make_key_attachment (char *tempf)
-{
-    return NULL;
-}
-
-/* S/MIME */
-
-/* fixme: Needs documentation. */
-void crypt_smime_getkeys (ENVELOPE * env)
-{
-}
-
-/***************************************************************************/
-
 void crypt_invoke_message (int type)
 {
     if (type & APPLICATION_PGP) {