about summary refs log tree commit diff stats
path: root/tests/unittests/pgp/stub_gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/pgp/stub_gpg.c')
-rw-r--r--tests/unittests/pgp/stub_gpg.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c
index 807e9b6b..35616e61 100644
--- a/tests/unittests/pgp/stub_gpg.c
+++ b/tests/unittests/pgp/stub_gpg.c
@@ -98,21 +98,3 @@ p_gpg_format_fp_str(char* fp)
 {
     return NULL;
 }
-
-gboolean
-ox_is_private_key_available(const char* const barejid)
-{
-    return FALSE;
-}
-
-gboolean
-ox_is_public_key_available(const char* const barejid)
-{
-    return FALSE;
-}
-
-GHashTable*
-ox_gpg_public_keys(void)
-{
-    return NULL;
-}