From 7c81f75d276c2f6897780172df61b9cbea7b2719 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 7 Dec 2011 08:25:14 +0100 Subject: DREAMWEB: Use symbolic constants and move functions to right files --- engines/dreamweb/vgagrafx.cpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'engines/dreamweb/vgagrafx.cpp') diff --git a/engines/dreamweb/vgagrafx.cpp b/engines/dreamweb/vgagrafx.cpp index 1e678d059b..3e1d97e5ca 100644 --- a/engines/dreamweb/vgagrafx.cpp +++ b/engines/dreamweb/vgagrafx.cpp @@ -497,25 +497,4 @@ void DreamGenContext::createPanel2() { showFrame(engine->icons2(), 160, 0, 5, 2); } -void DreamGenContext::dumpKeypad() { - multiDump((36 + 112) - 3, 72 - 4, 120, 90); -} - -void DreamGenContext::dumpSymbol() { - data.byte(kNewtextline) = 0; - multiDump(64, 56 + 20, 104, 60); -} - -void DreamGenContext::dumpZoom() { - if (data.byte(kZoomon) == 1) - multiDump(8 + 5, 132 + 4, 46, 40); -} - -void DreamGenContext::dumpSymBox() { - if (data.word(kDumpx) != 0xFFFF) { - multiDump(data.word(kDumpx), data.word(kDumpy), 30, 77); - data.word(kDumpx) = 0xFFFF; - } -} - } // End of namespace DreamGen -- cgit v1.2.3