aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/dreamgen.cpp')
-rw-r--r--engines/dreamweb/dreamgen.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp
index c8d31f7f2e..6137c32247 100644
--- a/engines/dreamweb/dreamgen.cpp
+++ b/engines/dreamweb/dreamgen.cpp
@@ -4796,29 +4796,6 @@ notfoundinside:
goto insideloop;
}
-void DreamGenContext::showPuzText() {
- STACK_CHECK;
- push(cx);
- findPuzText();
- push(es);
- push(si);
- createPanel();
- showPanel();
- showMan();
- showExit();
- obIcons();
- si = pop();
- es = pop();
- di = 36;
- bx = 104;
- dl = 241;
- ah = 0;
- printDirect();
- workToScreenM();
- cx = pop();
- hangOnP();
-}
-
void DreamGenContext::findPuzText() {
STACK_CHECK;
ah = 0;