Kaydet (Commit) e25d7cc9 authored tarafından jan Iversen's avatar jan Iversen

iOS, removed hook reference

Change-Id: I9a9d9613313ac8d0e611f4d7f766c42ab71963e1
üst 162ea65a
...@@ -18,12 +18,6 @@ ...@@ -18,12 +18,6 @@
#include "native-code.h" #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 // pointers to our instance
static LibreOfficeKit* kit; static LibreOfficeKit* kit;
static LibreOfficeKitDocument* document; static LibreOfficeKitDocument* document;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment