From e8bb63f0a1dadcb75ccf5b6928d055f22375fca1 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Thu, 12 Jul 2012 23:11:38 +0200 Subject: Removed debug output --- src/openglgraphics.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openglgraphics.cpp b/src/openglgraphics.cpp index 3e3085a9..b6048202 100644 --- a/src/openglgraphics.cpp +++ b/src/openglgraphics.cpp @@ -79,10 +79,8 @@ bool OpenGLGraphics::setVideoMode(int w, int h, int bpp, bool fs, bool hwaccel) if (requestedRatio < targetRatio) { // Screen is higher / narrower than target aspect ratio: calculate // scale based on height. - std::cout << ((double) h / 360) << std::endl; mScale = (int) std::floor((double) h / 360); } else { - std::cout << ((double) w / 640) << std::endl; mScale = (int) std::floor((double) w / 640); } -- cgit v1.2.3-70-g09d2