From 5843fc11579150313b90ead919a8805081839f06 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 18 Dec 2011 20:22:03 +0200 Subject: DREAMWEB: 'nextcolon' is unused --- engines/dreamweb/dreamgen.cpp | 10 ---------- engines/dreamweb/dreamgen.h | 1 - 2 files changed, 11 deletions(-) (limited to 'engines') diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp index 5be71266cd..f97eba4166 100644 --- a/engines/dreamweb/dreamgen.cpp +++ b/engines/dreamweb/dreamgen.cpp @@ -2137,16 +2137,6 @@ finishpars: di = offset_operand1; } -void DreamGenContext::nextColon() { - STACK_CHECK; -lookcolon: - al = es.byte(si); - _inc(si); - _cmp(al, ':'); - if (!flags.z()) - goto lookcolon; -} - void DreamGenContext::findPathOfPoint() { STACK_CHECK; push(ax); diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h index 9b5665c0f3..fb965156f3 100644 --- a/engines/dreamweb/dreamgen.h +++ b/engines/dreamweb/dreamgen.h @@ -488,7 +488,6 @@ public: void purgeAnItem(); void purgeALocation(); void getSetAd(); - void nextColon(); void findOpenPos(); void searchForSame(); void rollEm(); -- cgit v1.2.3