aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpgme-vala/src/gpgme_fix.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpgme-vala/src/gpgme_fix.h')
-rw-r--r--plugins/gpgme-vala/src/gpgme_fix.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/gpgme-vala/src/gpgme_fix.h b/plugins/gpgme-vala/src/gpgme_fix.h
deleted file mode 100644
index 714614fc..00000000
--- a/plugins/gpgme-vala/src/gpgme_fix.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef GPGME_FIX
-#define GPGME_FIX 1
-
-#include <glib.h>
-#include <gpgme.h>
-
-extern GRecMutex gpgme_global_mutex;
-
-gpgme_key_t gpgme_key_ref_vapi (gpgme_key_t key);
-gpgme_key_t gpgme_key_unref_vapi (gpgme_key_t key);
-
-#endif