From 2687f21df558206a9db1f8fce87fbb87e4eb1baa Mon Sep 17 00:00:00 2001 From: Kostas Nakos Date: Sun, 10 Jun 2007 08:20:16 +0000 Subject: drop some debugging leftovers svn-id: r27287 --- backends/platform/wince/wince-sdl.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'backends/platform/wince') diff --git a/backends/platform/wince/wince-sdl.cpp b/backends/platform/wince/wince-sdl.cpp index 4a61b3eacb..0ee6f6e60d 100644 --- a/backends/platform/wince/wince-sdl.cpp +++ b/backends/platform/wince/wince-sdl.cpp @@ -314,9 +314,6 @@ void OSystem_WINCE3::initScreenInfos() { _isOzone = 0; SDL_Rect **r; r = SDL_ListModes(NULL, 0); - printf("listmodes: %dx%d\n", r[0]->w, r[0]->h); - //_platformScreenWidth = GetSystemMetrics(SM_CXSCREEN); - //_platformScreenHeight = GetSystemMetrics(SM_CYSCREEN); _platformScreenWidth = r[0]->w; _platformScreenHeight = r[0]->h; } -- cgit v1.2.3