aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/sound.h')
-rw-r--r--engines/fullpipe/sound.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/fullpipe/sound.h b/engines/fullpipe/sound.h
index 4066c5e99e..bfc38829d6 100644
--- a/engines/fullpipe/sound.h
+++ b/engines/fullpipe/sound.h
@@ -31,7 +31,6 @@ namespace Fullpipe {
class Sound : public MemoryObject {
int _id;
- char *_description;
int _directSoundBuffer;
int _directSoundBuffers[7];
byte *_soundData;