From 72f7421b6d156b9c0e43aff116f5471aca322296 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 19 Feb 2013 07:54:57 +0100 Subject: HOPKINS: Remove a couple of useless variables and associated dead code --- engines/hopkins/globals.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/hopkins/globals.cpp') diff --git a/engines/hopkins/globals.cpp b/engines/hopkins/globals.cpp index 633f222092..f08dd59db6 100644 --- a/engines/hopkins/globals.cpp +++ b/engines/hopkins/globals.cpp @@ -107,7 +107,6 @@ Globals::Globals() { _oldDirectionSpriteIdx = 59; _lastDirection = DIR_NONE; NUM_FICHIER_OBJ = 0; - nbrligne = 0; _boxWidth = 0; _objectWidth = _objectHeight = 0; _catalogPos = 0; @@ -238,7 +237,6 @@ void Globals::clearAll() { for (int idx = 0; idx < 6; ++idx) CACHE_BANQUE[idx] = g_PTRNUL; - nbrligne = 80; INIT_ANIM(); _boxWidth = 0; -- cgit v1.2.3