diff options
author | Max Horn | 2011-12-07 14:19:44 +0100 |
---|---|---|
committer | Max Horn | 2011-12-07 14:19:44 +0100 |
commit | 4c64f87892d0fa85fe908ef8a19a724b3dc27bac (patch) | |
tree | f6d8b5953cea5c76d05b6fa0b160f1b11e19e62c /engines/dreamweb/stubs.h | |
parent | e862aa4f7cc9bacc2dc59f46c501fef9404ceee5 (diff) | |
download | scummvm-rg350-4c64f87892d0fa85fe908ef8a19a724b3dc27bac.tar.gz scummvm-rg350-4c64f87892d0fa85fe908ef8a19a724b3dc27bac.tar.bz2 scummvm-rg350-4c64f87892d0fa85fe908ef8a19a724b3dc27bac.zip |
DREAMWEB: Some more workspace cleanup
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 88d6b071cc..ab669ed960 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -31,7 +31,6 @@ uint16 allocateMem(uint16 paragraphs); void deallocateMem(uint16 segment); uint8 *textUnder(); - void clearWork(); 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(); |