aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.cpp
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.cpp
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.cpp')
-rw-r--r--backends/platform/wii/osystem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp
index e92b03aa23..f36aaad503 100644
--- a/backends/platform/wii/osystem.cpp
+++ b/backends/platform/wii/osystem.cpp
@@ -52,7 +52,6 @@ OSystem_Wii::OSystem_Wii() :
_currentWidth(0),
_currentHeight(0),
- _supportedGraphicsModes(NULL),
_activeGraphicsMode(0),
_fullscreen(false),