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.h | |
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.h')
-rw-r--r-- | engines/dreamweb/stubs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h index 486e2f5727..db59ab8092 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -34,7 +34,6 @@ uint8 *textUnder(); void allocateWork(); void clearWork(); - void standardLoad(); uint16 standardLoad(const char *fileName, uint16 *outSizeInBytes = NULL); // Returns a segment handle which needs to be freed with deallocatemem for symmetry void *standardLoadCPP(const char *fileName, uint16 *outSizeInBytes = NULL); // And this one should be 'free'd void loadIntoTemp(); |