diff options
author | Max Horn | 2011-12-06 20:49:07 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-07 10:30:44 +0100 |
commit | f9fddab379c3af1e255f0a64b05fac963ef0cf0a (patch) | |
tree | 21a42b03877f9695bee98727b3b22883b364d2c0 /engines/dreamweb/stubs.cpp | |
parent | fdb8b305e00e14edb4f97dc598e82d975dc29ca1 (diff) | |
download | scummvm-rg350-f9fddab379c3af1e255f0a64b05fac963ef0cf0a.tar.gz scummvm-rg350-f9fddab379c3af1e255f0a64b05fac963ef0cf0a.tar.bz2 scummvm-rg350-f9fddab379c3af1e255f0a64b05fac963ef0cf0a.zip |
DREAMWEB: Remove unused method
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r-- | engines/dreamweb/stubs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 73bcbdae41..da02360e55 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -769,10 +769,6 @@ void *DreamGenContext::standardLoadCPP(const char *fileName, uint16 *outSizeInBy return buffer; } -void DreamGenContext::standardLoad() { - ax = standardLoad((const char *)cs.ptr(dx, 0), NULL); -} - void DreamGenContext::loadIntoTemp() { loadIntoTemp((const char *)cs.ptr(dx, 0)); } |