aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/sound.h
diff options
context:
space:
mode:
authorMax Horn2008-07-24 10:31:37 +0000
committerMax Horn2008-07-24 10:31:37 +0000
commit728a045308e62579262bcf50d11fd5c37b6e26e0 (patch)
treef4328fea9a226340d3247d31d3e4789adfcb81da /engines/tinsel/sound.h
parentba1f91eba80dd6f65101d4461fdd4b8612a12c7b (diff)
downloadscummvm-rg350-728a045308e62579262bcf50d11fd5c37b6e26e0.tar.gz
scummvm-rg350-728a045308e62579262bcf50d11fd5c37b6e26e0.tar.bz2
scummvm-rg350-728a045308e62579262bcf50d11fd5c37b6e26e0.zip
cleanup
svn-id: r33263
Diffstat (limited to 'engines/tinsel/sound.h')
-rw-r--r--engines/tinsel/sound.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/tinsel/sound.h b/engines/tinsel/sound.h
index c80e7589ec..56618eeb8e 100644
--- a/engines/tinsel/sound.h
+++ b/engines/tinsel/sound.h
@@ -75,9 +75,6 @@ public:
void openSampleFiles(void);
};
-bool SoundInit(void); // Initialises the sound driver
-bool SoundDeinit(void); // De-initialises the sound driver
-
} // end of namespace Tinsel
#endif // TINSEL_SOUND_H