aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/gp2xwiz-scaler.h
diff options
context:
space:
mode:
authorJohn Willis2009-07-31 17:10:20 +0000
committerJohn Willis2009-07-31 17:10:20 +0000
commitc51298957864acb8bbc5016ac5131afd2bb9292f (patch)
treef122bf5a2d91193143cff3cadb97da0c42bae5e2 /backends/platform/gp2xwiz/gp2xwiz-scaler.h
parent4888aa9fa07d5db2f144e7a7d14dfdbe6cb3a772 (diff)
downloadscummvm-rg350-c51298957864acb8bbc5016ac5131afd2bb9292f.tar.gz
scummvm-rg350-c51298957864acb8bbc5016ac5131afd2bb9292f.tar.bz2
scummvm-rg350-c51298957864acb8bbc5016ac5131afd2bb9292f.zip
GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code back to the OSystem_SDL::loadGFXMode(). version. Also update README-GP2XWIZ.
svn-id: r42964
Diffstat (limited to 'backends/platform/gp2xwiz/gp2xwiz-scaler.h')
-rw-r--r--backends/platform/gp2xwiz/gp2xwiz-scaler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/platform/gp2xwiz/gp2xwiz-scaler.h b/backends/platform/gp2xwiz/gp2xwiz-scaler.h
index 604b9c450b..5867693dfb 100644
--- a/backends/platform/gp2xwiz/gp2xwiz-scaler.h
+++ b/backends/platform/gp2xwiz/gp2xwiz-scaler.h
@@ -36,10 +36,7 @@ enum {
GFX_HALF = 12
};
-extern SDL_PixelFormat *screenPixelFormat;
-
// TODO/FIXME: Move this platform specific scaler into /graphics/scaler and properly merge with the WinCE PocketPCHalf that it is based on.
-
DECLARE_SCALER(HalfScale);
#endif