remove lot of code, round 1
[apps/madmutt.git] / lib-crypt / crypt-mod-pgp-gpgme.c
index f05487c..ef3223b 100644 (file)
@@ -13,8 +13,6 @@
 
 #include <lib-lib/lib-lib.h>
 
-#ifdef CRYPT_BACKEND_GPGME
-
 #include <lib-crypt/crypt-mod.h>
 #include "crypt-gpgme.h"
 
@@ -112,5 +110,3 @@ struct crypt_module_specs crypt_mod_pgp_gpgme = { APPLICATION_PGP,
    NULL,                        /* smime_invoke_import */
    }
 };
-
-#endif