aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii
diff options
context:
space:
mode:
authorAndre Heider2009-09-21 20:50:13 +0000
committerAndre Heider2009-09-21 20:50:13 +0000
commit47e677ffccd422f63a414a9e5dc8c00b05547a2e (patch)
treef70b9cc5d74eec1c2bd6ba22ed1aa9867c696ddb /backends/platform/wii
parentd020800e57dcedcc576439bb9716de851732cfc9 (diff)
downloadscummvm-rg350-47e677ffccd422f63a414a9e5dc8c00b05547a2e.tar.gz
scummvm-rg350-47e677ffccd422f63a414a9e5dc8c00b05547a2e.tar.bz2
scummvm-rg350-47e677ffccd422f63a414a9e5dc8c00b05547a2e.zip
whitespace fix
svn-id: r44233
Diffstat (limited to 'backends/platform/wii')
-rw-r--r--backends/platform/wii/options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/wii/options.cpp b/backends/platform/wii/options.cpp
index 693b1431a5..7446c023f0 100644
--- a/backends/platform/wii/options.cpp
+++ b/backends/platform/wii/options.cpp
@@ -44,7 +44,6 @@ WiiOptionsDialog::WiiOptionsDialog(bool doubleStrike) :
new ButtonWidget(this, _w - 108 - 16, _h - 24 - 16, 108, 24, "Ok", 'k');
new ButtonWidget(this, _w - 216 - 32, _h - 24 - 16, 108, 24, "Cancel", 'c');
-
_tab = new TabWidget(this, 0, 0, _w, _h - 54);
_tabVideo = _tab->addTab("Video");