aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound.h
diff options
context:
space:
mode:
authorMax Horn2007-02-26 20:32:43 +0000
committerMax Horn2007-02-26 20:32:43 +0000
commit1c80f2ffa0d22c39fce5da342b72f890415aec8c (patch)
treed7fe1f7ad8a9a0e63df77146d80382485efbfa37 /engines/gob/sound.h
parentb1a12658b05f77edf2c4b03c82b3f04e1255b35f (diff)
downloadscummvm-rg350-1c80f2ffa0d22c39fce5da342b72f890415aec8c.tar.gz
scummvm-rg350-1c80f2ffa0d22c39fce5da342b72f890415aec8c.tar.bz2
scummvm-rg350-1c80f2ffa0d22c39fce5da342b72f890415aec8c.zip
calling memset to zero a buffer you are about to fill with audio data is not necessary (removing this from Gob::Snd::readBuffer); removed dead code
svn-id: r25883
Diffstat (limited to 'engines/gob/sound.h')
-rw-r--r--engines/gob/sound.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gob/sound.h b/engines/gob/sound.h
index 4628820ad8..e11d42f1a3 100644
--- a/engines/gob/sound.h
+++ b/engines/gob/sound.h
@@ -46,7 +46,6 @@ public:
typedef void (*CleanupFuncPtr) (int16);
char _playingSound;
- CleanupFuncPtr _cleanupFunc;
Snd(GobEngine *vm);