From 2bbc1cbd6ae367eb2e36813fd8617b2c1751585c Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Tue, 27 Dec 2011 01:19:19 +0100 Subject: DREAMWEB: Clean up monitor functions --- engines/dreamweb/print.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'engines/dreamweb/print.cpp') diff --git a/engines/dreamweb/print.cpp b/engines/dreamweb/print.cpp index 6cb25412dd..7edf44443f 100644 --- a/engines/dreamweb/print.cpp +++ b/engines/dreamweb/print.cpp @@ -204,13 +204,6 @@ uint16 DreamBase::waitFrames() { return data.word(kMousebutton); } -void DreamGenContext::monPrint() { - uint16 originalBx = bx; - const char *string = (const char *)es.ptr(bx, 0); - const char *nextString = monPrint(string); - bx = originalBx + (nextString - string); -} - const char *DreamBase::monPrint(const char *string) { data.byte(kKerning) = 1; uint16 x = data.word(kMonadx); -- cgit v1.2.3