diff options
author | Andre Heider | 2009-08-22 17:20:55 +0000 |
---|---|---|
committer | Andre Heider | 2009-08-22 17:20:55 +0000 |
commit | 5f0e495a4a6df9a5f299a2c156ed84eba7f3c814 (patch) | |
tree | 1d31b44e96eec558e12f6a0461148febfa201988 | |
parent | 523890784502b880b2b06b133135eff96c32fb76 (diff) | |
download | scummvm-rg350-5f0e495a4a6df9a5f299a2c156ed84eba7f3c814.tar.gz scummvm-rg350-5f0e495a4a6df9a5f299a2c156ed84eba7f3c814.tar.bz2 scummvm-rg350-5f0e495a4a6df9a5f299a2c156ed84eba7f3c814.zip |
Removed unused var
svn-id: r43659
-rw-r--r-- | backends/platform/wii/osystem_gfx.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/wii/osystem_gfx.cpp b/backends/platform/wii/osystem_gfx.cpp index ed10a407dd..b0e3f112c1 100644 --- a/backends/platform/wii/osystem_gfx.cpp +++ b/backends/platform/wii/osystem_gfx.cpp @@ -200,8 +200,6 @@ void OSystem_Wii::initSize(uint width, uint height, if(_gamePixels) free(_gamePixels); - size_t bufsize; - #ifdef USE_RGB_COLOR _gamePixels = (u8 *) memalign(32, _gameWidth * _gameHeight * _screenPF.bytesPerPixel); |