diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-12 13:11:33 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-12 13:13:25 +0100 |
commit | e25d7cc9052cddbaed24cea8a2ea88d8d785d083 (patch) | |
tree | a3effe4b04d48848b2e08ad724867edb72e96b6f /ios | |
parent | 162ea65aae8addf606d62bd4cace5c9246002964 (diff) |
iOS, removed hook reference
Change-Id: I9a9d9613313ac8d0e611f4d7f766c42ab71963e1
Diffstat (limited to 'ios')
-rw-r--r-- | ios/source/LibreOfficeKit.c | 6 |
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; |