diff options
Diffstat (limited to 'src/wrapped/wrappedgdkpixbuf2.c')
| -rw-r--r-- | src/wrapped/wrappedgdkpixbuf2.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wrapped/wrappedgdkpixbuf2.c b/src/wrapped/wrappedgdkpixbuf2.c index 8ba0dcb3..99fa1692 100644 --- a/src/wrapped/wrappedgdkpixbuf2.c +++ b/src/wrapped/wrappedgdkpixbuf2.c @@ -64,15 +64,8 @@ EXPORT void* my_gdk_pixbuf_new_from_data(x64emu_t* emu, void* data, int32_t colo return my->gdk_pixbuf_new_from_data(data, colorspace, has_alpha, bpp, w, h, stride, finddestroy_pixbufFct(destroy_func), destroy_data); } - #define PRE_INIT \ if(box64_nogtk) \ return -1; -#define CUSTOM_INIT \ - getMy(lib); - -#define CUSTOM_FINI \ - freeMy(); - #include "wrappedlib_init.h" |