about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibva.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibva.c')
-rw-r--r--src/wrapped/wrappedlibva.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wrapped/wrappedlibva.c b/src/wrapped/wrappedlibva.c
index 8c331324..df18e412 100644
--- a/src/wrapped/wrappedlibva.c
+++ b/src/wrapped/wrappedlibva.c
@@ -77,11 +77,4 @@ EXPORT void* my_vaSetInfoCallback(x64emu_t* emu, void* dpy, void* f, void* ctx)
     return reverse_VAMessageCallbackFct(my->vaSetInfoCallback(dpy, findVAMessageCallbackFct(f), ctx));
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"
-