diff options
Diffstat (limited to 'src/wrapped/wrappedglib2.c')
| -rw-r--r-- | src/wrapped/wrappedglib2.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wrapped/wrappedglib2.c b/src/wrapped/wrappedglib2.c index 18ae3f3e..df87f222 100644 --- a/src/wrapped/wrappedglib2.c +++ b/src/wrapped/wrappedglib2.c @@ -1443,12 +1443,4 @@ EXPORT void* my_g_once_impl(x64emu_t* emu, void* once, void* f, void* arg) if(box64_nogtk) \ return -1; -#define CUSTOM_INIT \ - my_lib = lib; \ - getMy(lib); - -#define CUSTOM_FINI \ - freeMy(); - #include "wrappedlib_init.h" - |