diff options
author | Oliver Kiehl | 2002-11-24 15:26:19 +0000 |
---|---|---|
committer | Oliver Kiehl | 2002-11-24 15:26:19 +0000 |
commit | 656fa878b0f18bf390a41989681f38a69db56858 (patch) | |
tree | 4aa2e6de4ac2cffe5fbb20c2296fef84676c74c5 | |
parent | dd2ada57417b37a0f5b1afc2c66920ef39623f47 (diff) | |
download | scummvm-rg350-656fa878b0f18bf390a41989681f38a69db56858.tar.gz scummvm-rg350-656fa878b0f18bf390a41989681f38a69db56858.tar.bz2 scummvm-rg350-656fa878b0f18bf390a41989681f38a69db56858.zip |
removed some no longer used variable declarations
svn-id: r5713
-rw-r--r-- | simon/simon.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/simon/simon.h b/simon/simon.h index 6ed283ea8b..09189678d8 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -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; |