HUGO: Remove obsolete todo

This commit is contained in:
Strangerke 2011-11-30 00:47:06 +01:00
parent d263bd26f2
commit d5a42b298f

View file

@ -391,8 +391,6 @@ void Parser::command(const char *format, ...) {
va_list marker;
va_start(marker, format);
// TODO:
// _vm->_line = Common::String::vformat(format, marker);
vsprintf(_vm->_line, format, marker);
va_end(marker);