aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index 5cf5e1bea6..bca55cd4dc 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -26,10 +26,6 @@
#ifndef GOB_GAME_H
#define GOB_GAME_H
-#include "sound/mods/infogrames.h"
-
-#include "gob/sound.h"
-
namespace Gob {
class Game {
@@ -119,12 +115,6 @@ public:
int16 _extHandle;
- SoundDesc _soundSamples[60];
-
- Audio::Infogrames::Instruments *_infIns;
- Audio::Infogrames *_infogrames;
- Audio::SoundHandle _infHandle;
-
char _totToLoad[20];
int32 _startTimeKey;