aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/platform/wii/osystem_gfx.cpp2
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);