mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 16:18:45 +00:00
HOPKINS: Remove unused variables
This commit is contained in:
parent
b26f25455f
commit
aa0f860442
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user