From d3c29a62ae185bc8e16e0f227899b374bbe5784b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 12 Mar 2010 00:46:54 +0000 Subject: GP2X: Try to fix compile error svn-id: r48243 --- backends/platform/gp2x/gp2x-common.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'backends/platform') diff --git a/backends/platform/gp2x/gp2x-common.h b/backends/platform/gp2x/gp2x-common.h index 748d80ba1c..4199a5d032 100644 --- a/backends/platform/gp2x/gp2x-common.h +++ b/backends/platform/gp2x/gp2x-common.h @@ -399,10 +399,7 @@ protected: bool saveScreenshot(const char *filename); - int effectiveScreenHeight() const { - return (_videoMode.aspectRatioCorrection ? real2Aspect(_videoMode.screenHeight) : _videoMode.screenHeight) - * _videoMode.scaleFactor; - } + int effectiveScreenHeight() const; void setupIcon(); void handleKbdMouse(); -- cgit v1.2.3