diff options
-rw-r--r-- | engines/dreamweb/stubs.cpp | 4 | ||||
-rw-r--r-- | engines/dreamweb/stubs.h | 1 |
2 files changed, 0 insertions, 5 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)); } 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(); |