diff options
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 add7438bbd..09e9ac22fc 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -1019,10 +1019,6 @@ void DreamGenContext::getTime() { data.byte(kHourcount) = ch; } -void DreamGenContext::allocateMem() { - ax = allocateMem(bx); -} - uint16 DreamGenContext::allocateMem(uint16 paragraphs) { uint size = (paragraphs + 2) * 16; debug(1, "allocate mem, %u bytes", size); |