[Scummvm-cvs-logs] scummvm master -> d5a42b298f40143aa3ae2ee3552b6e73452b0f70

Strangerke Strangerke at scummvm.org
Wed Nov 30 00:47:46 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d5a42b298f HUGO: Remove obsolete todo


Commit: d5a42b298f40143aa3ae2ee3552b6e73452b0f70
    https://github.com/scummvm/scummvm/commit/d5a42b298f40143aa3ae2ee3552b6e73452b0f70
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-11-29T15:47:06-08:00

Commit Message:
HUGO: Remove obsolete todo

Changed paths:
    engines/hugo/parser.cpp



diff --git a/engines/hugo/parser.cpp b/engines/hugo/parser.cpp
index bbf6c39..a0ad4c0 100644
--- a/engines/hugo/parser.cpp
+++ b/engines/hugo/parser.cpp
@@ -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);
 






More information about the Scummvm-git-logs mailing list