about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibcups.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibcups.c')
-rw-r--r--src/wrapped/wrappedlibcups.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibcups.c b/src/wrapped/wrappedlibcups.c
index 72b2a531..cc25e980 100644
--- a/src/wrapped/wrappedlibcups.c
+++ b/src/wrapped/wrappedlibcups.c
@@ -71,10 +71,4 @@ EXPORT int my_cupsEnumDests(x64emu_t* emu, uint32_t flags, int msec, int* cancel
     return my->cupsEnumDests(flags, msec, cancel, type, mask, find_cups_dest_cb_t_Fct(f), data);
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"