diff options
author | Filippos Karapetis | 2013-01-07 12:58:32 +0200 |
---|---|---|
committer | Filippos Karapetis | 2013-01-07 12:58:32 +0200 |
commit | aa0f860442aa3ed80b235c49ebe474fe3caafdc8 (patch) | |
tree | c281d788d9e52d1df843c6f2abe886030cbc9627 /engines/hopkins | |
parent | b26f25455f642e31762c3ab2fb2e894b93044688 (diff) | |
download | scummvm-rg350-aa0f860442aa3ed80b235c49ebe474fe3caafdc8.tar.gz scummvm-rg350-aa0f860442aa3ed80b235c49ebe474fe3caafdc8.tar.bz2 scummvm-rg350-aa0f860442aa3ed80b235c49ebe474fe3caafdc8.zip |
HOPKINS: Remove unused variables
Diffstat (limited to 'engines/hopkins')
-rw-r--r-- | engines/hopkins/globals.cpp | 3 | ||||
-rw-r--r-- | engines/hopkins/globals.h | 3 |
2 files changed, 0 insertions, 6 deletions
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; |