diff options
author | Paul Gilbert | 2015-02-22 10:57:15 -0500 |
---|---|---|
committer | Paul Gilbert | 2015-02-22 10:57:15 -0500 |
commit | 6126d45b0b4fdc50ca81308f80181550da0f455c (patch) | |
tree | 12d3f480f65c68affa789b8c0e9dfcf523e50b6f | |
parent | 458bf83097036f90a090eb97194fad395ca3c8e1 (diff) | |
download | scummvm-rg350-6126d45b0b4fdc50ca81308f80181550da0f455c.tar.gz scummvm-rg350-6126d45b0b4fdc50ca81308f80181550da0f455c.tar.bz2 scummvm-rg350-6126d45b0b4fdc50ca81308f80181550da0f455c.zip |
XEEN: Remove redundant comment from drawList method
-rw-r--r-- | engines/xeen/screen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/xeen/screen.cpp b/engines/xeen/screen.cpp index 3b3ea6969b..ac1f0c476b 100644 --- a/engines/xeen/screen.cpp +++ b/engines/xeen/screen.cpp @@ -196,7 +196,6 @@ void Window::drawList(DrawStruct *items, int count) { pt.x += _innerBounds.left; pt.y += _innerBounds.top; - // TODO: There are two sprite calls in this method. Figure out why items->_sprites->draw(*this, items->_frame, pt, items->_flags, items->_scale); } } |