about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedfaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedfaudio.c')
-rw-r--r--src/wrapped/wrappedfaudio.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wrapped/wrappedfaudio.c b/src/wrapped/wrappedfaudio.c
index 619799ec..c5007302 100644
--- a/src/wrapped/wrappedfaudio.c
+++ b/src/wrapped/wrappedfaudio.c
@@ -444,12 +444,4 @@ EXPORT uint32_t my_FAPOFX_CreateFXWithCustomAllocatorEXT(x64emu_t* emu, void* cl
     return my->FAPOFX_CreateFXWithCustomAllocatorEXT(clsid, p, data, size, find_FAudioMalloc_Fct(customMalloc), find_FAudioFree_Fct(customFree), find_FAudioRealloc_Fct(customRealloc));
 }
 
-
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"
-