about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedflac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedflac.c')
-rw-r--r--src/wrapped/wrappedflac.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wrapped/wrappedflac.c b/src/wrapped/wrappedflac.c
index 8f0f3760..06f7617c 100644
--- a/src/wrapped/wrappedflac.c
+++ b/src/wrapped/wrappedflac.c
@@ -347,12 +347,4 @@ EXPORT int my_FLAC__stream_decoder_init_stream(x64emu_t* emu, void* decoder,
     return ret;
 }
 
-
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"
-