aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorStrangerke2012-12-30 19:33:53 +0100
committerStrangerke2012-12-30 19:33:53 +0100
commit17b5a57c6b686a7e1ad12b92c92ab79f8b8035fc (patch)
tree1dc5836a58e4fddfe974e6d3aa6534c244c96944 /engines/hopkins/graphics.h
parent3629fd80837035f01dbc475593d97593adee7461 (diff)
downloadscummvm-rg350-17b5a57c6b686a7e1ad12b92c92ab79f8b8035fc.tar.gz
scummvm-rg350-17b5a57c6b686a7e1ad12b92c92ab79f8b8035fc.tar.bz2
scummvm-rg350-17b5a57c6b686a7e1ad12b92c92ab79f8b8035fc.zip
HOPKINS: Remove REDRAW counter, as it's always equal to 0 and therefore useless
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h1
1 files changed, 0 insertions, 1 deletions
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;