removed some no longer used variable declarations

svn-id: r5713
This commit is contained in:
Oliver Kiehl 2002-11-24 15:26:19 +00:00
parent dd2ada5741
commit 656fa878b0

View File

@ -130,13 +130,6 @@ public:
File *_game_file;
File *_voice_file;
uint32 *_voice_offsets;
SoundFormat _voice_type;
File *_effects_file;
uint32 *_effects_offsets;
SoundFormat _effects_type;
byte *_stripped_txt_mem;
uint _text_size;
uint _stringtab_num, _stringtab_pos, _stringtab_numalloc;