From 60e382c816f2d440f0720ff4608fa8116edad32c Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 21 Dec 2009 18:10:19 +0000 Subject: [PATCH] win32: what you dont like my debug printfs? --- desmume/src/windows/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index ee27087be..ba3747dc1 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -584,8 +584,6 @@ void UnscaleScreenCoords(s32& x, s32& y) x = video.dividebyratio(x); y = video.dividebyratio(y); - - printf("%d %d\n",x,y); } // input x,y should be windows client-space coords already at 1x scaling.