From 6cb3f665aff572fdbdb12c940ace9c4bfe912138 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 8 Mar 2009 23:28:19 +0000 Subject: LOL: some more work on the text displayer so that it handles longer texts (needed for some library books) svn-id: r39249 --- engines/kyra/screen_lol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/kyra/screen_lol.h') diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h index 1b1842bffc..4de43788b1 100644 --- a/engines/kyra/screen_lol.h +++ b/engines/kyra/screen_lol.h @@ -44,7 +44,6 @@ public: int curDimIndex() { return _curDimIndex; } void modifyScreenDim(int dim, int x, int y, int w, int h); void clearDim(int dim); - void clearCurDim(); void fprintString(const char *format, int x, int y, uint8 col1, uint8 col2, uint16 flags, ...); void fprintStringIntro(const char *format, int x, int y, uint8 c1, uint8 c2, uint8 c3, uint16 flags, ...); -- cgit v1.2.3