aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorMax Horn2011-12-07 14:19:44 +0100
committerMax Horn2011-12-07 14:19:44 +0100
commit4c64f87892d0fa85fe908ef8a19a724b3dc27bac (patch)
treef6d8b5953cea5c76d05b6fa0b160f1b11e19e62c /engines/dreamweb/stubs.h
parente862aa4f7cc9bacc2dc59f46c501fef9404ceee5 (diff)
downloadscummvm-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.h1
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();