diff options
Diffstat (limited to 'src/wrapped/wrappedlibsndfile.c')
| -rw-r--r-- | src/wrapped/wrappedlibsndfile.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wrapped/wrappedlibsndfile.c b/src/wrapped/wrappedlibsndfile.c index af3bad5a..eaa54230 100644 --- a/src/wrapped/wrappedlibsndfile.c +++ b/src/wrapped/wrappedlibsndfile.c @@ -180,11 +180,4 @@ EXPORT int my_sf_close(x64emu_t* emu, void* sf) return my->sf_close(sf); } -#define CUSTOM_INIT \ - getMy(lib); - -#define CUSTOM_FINI \ - freeMy(); - #include "wrappedlib_init.h" - |