Even remove more code.
[apps/madmutt.git] / lib-crypt / crypt-mod-pgp-gpgme.c
index d0e4851..da506f2 100644 (file)
 #include <lib-crypt/crypt-mod.h>
 #include "crypt-gpgme.h"
 
-static void crypt_mod_pgp_void_passphrase (void)
-{
-    /* Handled by gpg-agent.  */
-}
-
-static int crypt_mod_pgp_valid_passphrase (void)
-{
-    /* Handled by gpg-agent.  */
-    return 1;
-}
-
 struct crypt_module_specs crypt_mod_pgp_gpgme = { APPLICATION_PGP,
     {
         /* Common.  */
         pgp_gpgme_init,
-        crypt_mod_pgp_void_passphrase,
-        crypt_mod_pgp_valid_passphrase,
         pgp_gpgme_decrypt_mime,
         pgp_gpgme_application_handler,
         pgp_gpgme_encrypted_handler,