diff options
author | Andre Heider | 2009-09-21 20:50:13 +0000 |
---|---|---|
committer | Andre Heider | 2009-09-21 20:50:13 +0000 |
commit | 47e677ffccd422f63a414a9e5dc8c00b05547a2e (patch) | |
tree | f70b9cc5d74eec1c2bd6ba22ed1aa9867c696ddb | |
parent | d020800e57dcedcc576439bb9716de851732cfc9 (diff) | |
download | scummvm-rg350-47e677ffccd422f63a414a9e5dc8c00b05547a2e.tar.gz scummvm-rg350-47e677ffccd422f63a414a9e5dc8c00b05547a2e.tar.bz2 scummvm-rg350-47e677ffccd422f63a414a9e5dc8c00b05547a2e.zip |
whitespace fix
svn-id: r44233
-rw-r--r-- | backends/platform/wii/options.cpp | 1 |
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"); |