win32: what you dont like my debug printfs?

This commit is contained in:
zeromus 2009-12-21 18:10:19 +00:00
parent c9e117452f
commit 60e382c816
1 changed files with 0 additions and 2 deletions

View File

@ -584,8 +584,6 @@ void UnscaleScreenCoords(s32& x, s32& y)
x = video.dividebyratio(x); x = video.dividebyratio(x);
y = video.dividebyratio(y); y = video.dividebyratio(y);
printf("%d %d\n",x,y);
} }
// input x,y should be windows client-space coords already at 1x scaling. // input x,y should be windows client-space coords already at 1x scaling.