diff options
| author | Travis Howell | 2004-02-09 14:59:55 +0000 |
|---|---|---|
| committer | Travis Howell | 2004-02-09 14:59:55 +0000 |
| commit | b85e7e77bc3ed817a4c7ea833d1d590210ea4498 (patch) | |
| tree | 907111c58f12705e60de95fece4b0dcde13a30fa | |
| parent | 36c9dc8b5b6c4b8d1654f08e068d7c758f34fa25 (diff) | |
| download | scummvm-rg350-b85e7e77bc3ed817a4c7ea833d1d590210ea4498.tar.gz scummvm-rg350-b85e7e77bc3ed817a4c7ea833d1d590210ea4498.tar.bz2 scummvm-rg350-b85e7e77bc3ed817a4c7ea833d1d590210ea4498.zip | |
Not unique
svn-id: r12796
| -rw-r--r-- | scumm/intern.h | 1 | ||||
| -rw-r--r-- | scumm/script_v6he.cpp | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index 005a6d9b6a..3f96b7af75 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -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(); diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 935965a2fa..46352e997f 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -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(); |
