From 8d2ec6f9fa45fc17d517db36fa688b12eb809681 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 15 May 2015 09:55:35 +0200 Subject: SHERLOCK: Remove a couple of unused variables in inventory --- engines/sherlock/inventory.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sherlock/inventory.h') diff --git a/engines/sherlock/inventory.h b/engines/sherlock/inventory.h index f4cea7729a..eb5aebdd7c 100644 --- a/engines/sherlock/inventory.h +++ b/engines/sherlock/inventory.h @@ -75,8 +75,6 @@ public: int _holdings; // Used to hold number of visible items in active inventory. // Since Inventory array also contains some special hidden items void freeGraphics(); - int _oldFlag; - int _invFlag; public: Inventory(SherlockEngine *vm); ~Inventory(); -- cgit v1.2.3