From 17b5a57c6b686a7e1ad12b92c92ab79f8b8035fc Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 30 Dec 2012 19:33:53 +0100 Subject: HOPKINS: Remove REDRAW counter, as it's always equal to 0 and therefore useless --- engines/hopkins/graphics.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/hopkins/graphics.h') diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h index e239344b46..40bbd67cb5 100644 --- a/engines/hopkins/graphics.h +++ b/engines/hopkins/graphics.h @@ -83,7 +83,6 @@ public: bool _skipVideoLockFl; int no_scroll; Common::Rect dstrect[50]; - int REDRAW; int min_x, min_y; int max_x, max_y; int clip_x, clip_y; -- cgit v1.2.3