about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedmpg123.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedmpg123.c')
-rw-r--r--src/wrapped/wrappedmpg123.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wrapped/wrappedmpg123.c b/src/wrapped/wrappedmpg123.c
index dc538abf..642c01fa 100644
--- a/src/wrapped/wrappedmpg123.c
+++ b/src/wrapped/wrappedmpg123.c
@@ -118,11 +118,4 @@ EXPORT int my_mpg123_replace_reader_handle_64(x64emu_t* emu, void* mh, void* r_r
     return my->mpg123_replace_reader_handle_64(mh, find_r_read_Fct(r_read), find_r_lseek_Fct(r_lseek), find_cleanup_Fct(cleanup));
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"
-