From aa0f860442aa3ed80b235c49ebe474fe3caafdc8 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 7 Jan 2013 12:58:32 +0200 Subject: HOPKINS: Remove unused variables --- engines/hopkins/globals.cpp | 3 --- engines/hopkins/globals.h | 3 --- 2 files changed, 6 deletions(-) (limited to 'engines/hopkins') diff --git a/engines/hopkins/globals.cpp b/engines/hopkins/globals.cpp index a8385f34a9..10414beb9e 100644 --- a/engines/hopkins/globals.cpp +++ b/engines/hopkins/globals.cpp @@ -121,9 +121,6 @@ Globals::Globals() { PUBEXIT = false; _speed = 1; INSTALL_TYPE = 1; - MUSICVOL = 6; - SOUNDVOL = 6; - VOICEVOL = 6; g_old_anim = 0; g_old_sens = 0; g_old_sens2 = 0; diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h index 4aac3247ee..e4a407f755 100644 --- a/engines/hopkins/globals.h +++ b/engines/hopkins/globals.h @@ -351,9 +351,6 @@ public: Common::String FICH_ZONE; Common::String FICH_TEXTE; Common::String _curFilename; - int SOUNDVOL; - int MUSICVOL; - int VOICEVOL; bool _censorshipFl; int g_old_anim; int g_old_sens, g_old_sens2; -- cgit v1.2.3