about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedsmpeg.c')
-rw-r--r--src/wrapped/wrappedsmpeg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wrapped/wrappedsmpeg.c b/src/wrapped/wrappedsmpeg.c
index c2bac565..943af3c5 100644
--- a/src/wrapped/wrappedsmpeg.c
+++ b/src/wrapped/wrappedsmpeg.c
@@ -71,10 +71,4 @@ EXPORT void* my_SMPEG_new_rwops(x64emu_t* emu, void* src, void* info, int32_t sd
     return ret;
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"