From 3fa50583a065dc6c6f9855bdb33918af9a540b43 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 24 May 2010 17:45:00 +0000 Subject: SCI: leave console open for pic_visualize/undither commands - also don't use SciGui class for undither anymore svn-id: r49198 --- engines/sci/graphics/gui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sci/graphics/gui.h') diff --git a/engines/sci/graphics/gui.h b/engines/sci/graphics/gui.h index 732e195026..7663036117 100644 --- a/engines/sci/graphics/gui.h +++ b/engines/sci/graphics/gui.h @@ -61,8 +61,6 @@ public: virtual void portraitShow(Common::String resourceName, Common::Point position, uint16 resourceNum, uint16 noun, uint16 verb, uint16 cond, uint16 seq); virtual void portraitUnload(uint16 portraitId); - virtual bool debugEGAdrawingVisualize(bool state); - // FIXME: Don't store EngineState virtual void resetEngineState(EngineState *s); -- cgit v1.2.3