From e25d7cc9052cddbaed24cea8a2ea88d8d785d083 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 12 Jan 2018 13:11:33 +0100 Subject: iOS, removed hook reference Change-Id: I9a9d9613313ac8d0e611f4d7f766c42ab71963e1 --- ios/source/LibreOfficeKit.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ios') 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; -- cgit