Not unique

svn-id: r12796
This commit is contained in:
Travis Howell 2004-02-09 14:59:55 +00:00
parent 36c9dc8b5b
commit b85e7e77bc
2 changed files with 0 additions and 5 deletions

View File

@ -586,7 +586,6 @@ protected:
void o6_findAllObjects();
void o6_setVolume();
void o6_unknownE1();
void o6_unknownE4();
void o6_seekFile();
void o6_localizeArray();
void o6_unknownEE();

View File

@ -1132,10 +1132,6 @@ void ScummEngine_v6he::o6_setVolume() {
}
}
void ScummEngine_v6he::o6_unknownE4() {
warning("o6_unknownE4(%d) stub", pop());
}
void ScummEngine_v6he::o6_unknownFA() {
int len, a = fetchScriptByte();