aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpgme-vala/src/gpgme_fix.h
diff options
context:
space:
mode:
authorhrxi <hrrrxi@gmail.com>2023-06-04 09:24:16 +0200
committerfiaxh <fiaxh@users.noreply.github.com>2023-10-06 15:25:12 +0200
commite2d801b5f74b60c38a75310066c48468c8a4bc93 (patch)
tree169183325003f0478f0f61620fb9cef12b932f03 /plugins/gpgme-vala/src/gpgme_fix.h
parentdd0038f5e2916b21f58d83dabe9675994635e41f (diff)
downloaddino-e2d801b5f74b60c38a75310066c48468c8a4bc93.tar.gz
dino-e2d801b5f74b60c38a75310066c48468c8a4bc93.zip
Merge `gpgme-vala` into `openpgp` plugin
There's no reason for it to be a statically linked library anymore, it can be directly compiled into the plugin.
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