From 6126d45b0b4fdc50ca81308f80181550da0f455c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 22 Feb 2015 10:57:15 -0500 Subject: XEEN: Remove redundant comment from drawList method --- engines/xeen/screen.cpp | 1 - 1 file changed, 1 deletion(-) 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); } } -- cgit v1.2.3