SCI: Remove dead code

This commit is contained in:
Willem Jan Palenstijn 2013-04-17 23:49:08 +02:00
parent e89c8c1923
commit b1534913c1

View File

@ -494,8 +494,6 @@ void Vocabulary::debugDecipherSaidBlock(const byte *addr) {
case 0xf9:
debugN(">");
break;
case 0xff:
break;
}
}
} while (nextItem != 0xff);