about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibharfbuzz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibharfbuzz.c')
-rw-r--r--src/wrapped/wrappedlibharfbuzz.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibharfbuzz.c b/src/wrapped/wrappedlibharfbuzz.c
index 1d88201f..e90eae0b 100644
--- a/src/wrapped/wrappedlibharfbuzz.c
+++ b/src/wrapped/wrappedlibharfbuzz.c
@@ -1208,10 +1208,4 @@ EXPORT int my_hb_font_set_user_data(x64emu_t* emu, void* font, void* key, void*
     return (int)my->hb_font_set_user_data(font, key, data, find_destroy_Fct(destroy), replace);
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"