aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.h
diff options
context:
space:
mode:
authorAndre Heider2009-02-15 15:43:39 +0000
committerAndre Heider2009-02-15 15:43:39 +0000
commit4b31a6cd634c8f70576e79444efbb6e477efdb28 (patch)
tree65254a6a32459e89ec0b2d408828cb1386da3221 /backends/platform/wii/osystem.h
parent4d4cabba0a90b4e96098c20cb02b17b0b0930f26 (diff)
downloadscummvm-rg350-4b31a6cd634c8f70576e79444efbb6e477efdb28.tar.gz
scummvm-rg350-4b31a6cd634c8f70576e79444efbb6e477efdb28.tar.bz2
scummvm-rg350-4b31a6cd634c8f70576e79444efbb6e477efdb28.zip
moved the supported graphics modes to a static array.
svn-id: r38261
Diffstat (limited to 'backends/platform/wii/osystem.h')
-rw-r--r--backends/platform/wii/osystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h
index 9acb02678c..b4f38e93b7 100644
--- a/backends/platform/wii/osystem.h
+++ b/backends/platform/wii/osystem.h
@@ -75,7 +75,6 @@ private:
u16 *_texture;
u16 _currentWidth, _currentHeight;
- OSystem::GraphicsMode *_supportedGraphicsModes;
s32 _activeGraphicsMode;
bool _fullscreen;