aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpgme-vala/src/gpgme_fix.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpgme-vala/src/gpgme_fix.c')
-rw-r--r--plugins/gpgme-vala/src/gpgme_fix.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/gpgme-vala/src/gpgme_fix.c b/plugins/gpgme-vala/src/gpgme_fix.c
deleted file mode 100644
index bf457a6c..00000000
--- a/plugins/gpgme-vala/src/gpgme_fix.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <gpgme_fix.h>
-
-GRecMutex gpgme_global_mutex = {0};
-
-gpgme_key_t gpgme_key_ref_vapi (gpgme_key_t key) {
- gpgme_key_ref(key);
- return key;
-}
-gpgme_key_t gpgme_key_unref_vapi (gpgme_key_t key) {
- gpgme_key_unref(key);
- return key;
-}