HOPKINS: Remove unused variables

This commit is contained in:
Filippos Karapetis 2013-01-07 12:58:32 +02:00
parent b26f25455f
commit aa0f860442
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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;