diff options
author | Johannes Schickel | 2009-08-16 12:11:45 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-08-16 12:11:45 +0000 |
commit | 2b32a651ec3766b6a412d4e4297e0fd8899e1024 (patch) | |
tree | bca5dbc73347e032f60c8956f3138cbe7ea42323 /gui/saveload.cpp | |
parent | b1c22cfc4215df7c780169a1700301ef05d80f1a (diff) | |
download | scummvm-rg350-2b32a651ec3766b6a412d4e4297e0fd8899e1024.tar.gz scummvm-rg350-2b32a651ec3766b6a412d4e4297e0fd8899e1024.tar.bz2 scummvm-rg350-2b32a651ec3766b6a412d4e4297e0fd8899e1024.zip |
Cleanup.
svn-id: r43438
Diffstat (limited to 'gui/saveload.cpp')
-rw-r--r-- | gui/saveload.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/saveload.cpp b/gui/saveload.cpp index b5f463ed36..ce700c181e 100644 --- a/gui/saveload.cpp +++ b/gui/saveload.cpp @@ -255,8 +255,6 @@ void SaveLoadChooser::updateSelection(bool redraw) { if (thumb) { _gfxWidget->setGfx(thumb); _gfxWidget->useAlpha(256); - } else { - _gfxWidget->setGfx(-1, -1, _fillR, _fillG, _fillB); } } |