From aee54f4bca73b35371e9bc13f718209b38bfa731 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Fri, 25 May 2018 06:46:09 +1000 Subject: ILLUSIONS: Minor cleanup (cherry picked from commit 9abaa9e) --- engines/illusions/bbdou/bbdou_credits.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/illusions/bbdou') diff --git a/engines/illusions/bbdou/bbdou_credits.cpp b/engines/illusions/bbdou/bbdou_credits.cpp index 08f9900c4e..b3735953f7 100644 --- a/engines/illusions/bbdou/bbdou_credits.cpp +++ b/engines/illusions/bbdou/bbdou_credits.cpp @@ -97,7 +97,6 @@ void BbdouCredits::drawTextToControl(uint32 objectId, const char *text, uint ali uint16 wtext[128]; charToWChar(text, wtext, ARRAYSIZE(wtext)); - // TODO Extract to Actor class Control *control = _vm->getObjectControl(objectId); FontResource *font = _vm->_dict->findFont(_currFontId); TextDrawer textDrawer; -- cgit v1.2.3