Removed some obsolete TODO comments

svn-id: r14669
This commit is contained in:
Max Horn 2004-08-21 22:33:23 +00:00
parent 61ad833dbd
commit d35ef7c7f1
7 changed files with 30 additions and 31 deletions

View file

@ -858,7 +858,6 @@ void ScummEngine_v5::o5_drawObject() {
}
void ScummEngine_v5::o5_getStringWidth() {
// TODO - not sure if this is correct... needs testing
int string, width = 0;
byte *ptr;
@ -874,7 +873,6 @@ void ScummEngine_v5::o5_getStringWidth() {
}
void ScummEngine_v5::o5_saveLoadVars() {
// TODO
if (fetchScriptByte() == 1)
saveVars();
else