remove lot of code, round 1
[apps/madmutt.git] / lib-crypt / crypt-gpgme.c
index 949d1eb..fdf0576 100644 (file)
@@ -14,8 +14,6 @@
 
 #include <lib-lib/lib-lib.h>
 
-#ifdef CRYPT_BACKEND_GPGME
-
 #ifdef HAVE_LOCALE_H
 #  include <locale.h>
 #endif
@@ -3886,5 +3884,3 @@ int smime_gpgme_verify_sender (HEADER * h)
 {
   return verify_sender (h, GPGME_PROTOCOL_CMS);
 }
-
-#endif