summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ios/source/LibreOfficeKit.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ios/source/LibreOfficeKit.c b/ios/source/LibreOfficeKit.c
index e9344ca89a2c..b403b356d171 100644
--- a/ios/source/LibreOfficeKit.c
+++ b/ios/source/LibreOfficeKit.c
@@ -18,12 +18,6 @@
#include "native-code.h"
-// Force reference to libreofficekit_hook
-extern __attribute__((used))
-LibreOfficeKit *libreofficekit_hook_2(const char* install_path, const char* user_profile_path);
-static __attribute__((used))
-LibreOfficeKit *(*foop)(const char *, const char *) = libreofficekit_hook_2;
-
// pointers to our instance
static LibreOfficeKit* kit;
static LibreOfficeKitDocument* document;