aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/screen.cpp1
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);
}
}