diff options
Diffstat (limited to 'src/wrapped/wrappedgthread2.c')
| -rw-r--r-- | src/wrapped/wrappedgthread2.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/wrapped/wrappedgthread2.c b/src/wrapped/wrappedgthread2.c index 6e66c729..66b64623 100644 --- a/src/wrapped/wrappedgthread2.c +++ b/src/wrapped/wrappedgthread2.c @@ -96,17 +96,8 @@ void** my_GetGthreadsGotInitialized() return (void**)&g_threads_got_initialized; } - - #define PRE_INIT \ if(box64_nogtk) \ return -1; -#define CUSTOM_INIT \ - getMy(lib); - -#define CUSTOM_FINI \ - freeMy(); - #include "wrappedlib_init.h" - |