From e7113b228fa58565d366c105266c47de2148177b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 19 Apr 2025 22:44:49 +0200 Subject: [BOX32][WRAPPER] Removed a debug leftover --- src/wrapped32/wrappedlibxxf86vm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/wrapped32/wrappedlibxxf86vm.c b/src/wrapped32/wrappedlibxxf86vm.c index 8d386bb7..b04e3c4b 100644 --- a/src/wrapped32/wrappedlibxxf86vm.c +++ b/src/wrapped32/wrappedlibxxf86vm.c @@ -44,7 +44,6 @@ EXPORT int my32_XF86VidModeGetAllModeLines(x64emu_t* emu, void* dpy, int screen, my_XF86VidModeModeInfo_t** infos_l; int ret = my->XF86VidModeGetAllModeLines(dpy, screen, num, &infos_l); if(*num>0) { -printf_log(LOG_INFO, "XF86VidModeGetAllModeLines return %d, with *num=%d\n", ret, *num); *infos = to_ptrv(infos_l); ptr_t* small = from_ptrv(*infos); // shrink the array, the structure is fine -- cgit 1.4.1