aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/bbdou/bbdou_credits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/bbdou/bbdou_credits.cpp')
-rw-r--r--engines/illusions/bbdou/bbdou_credits.cpp1
1 files changed, 0 insertions, 1 deletions
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;