aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.cpp
diff options
context:
space:
mode:
authorStrangerke2017-02-02 00:45:41 +0100
committerStrangerke2017-02-02 00:45:41 +0100
commitc8af2442b61ed564fe5a016c6337308cab436878 (patch)
tree0754aeaf1c179da695e19ee95f4d2637c60a3209 /engines/cryo/cryolib.cpp
parentbf989df043079456d7af40183039cf20cb9b84f4 (diff)
downloadscummvm-rg350-c8af2442b61ed564fe5a016c6337308cab436878.tar.gz
scummvm-rg350-c8af2442b61ed564fe5a016c6337308cab436878.tar.bz2
scummvm-rg350-c8af2442b61ed564fe5a016c6337308cab436878.zip
CRYO: Remove an empty function
Diffstat (limited to 'engines/cryo/cryolib.cpp')
-rw-r--r--engines/cryo/cryolib.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/cryo/cryolib.cpp b/engines/cryo/cryolib.cpp
index 133587d7b6..71d80ad0ed 100644
--- a/engines/cryo/cryolib.cpp
+++ b/engines/cryo/cryolib.cpp
@@ -340,7 +340,6 @@ Sound::~Sound() {
}
void CLSoundRaw_AssignBuffer(Sound *sound, void *buffer, int bufferOffs, int length) {
- sound->setLength(length);
sound->_length = length;
char *buf = bufferOffs + (char *)buffer;
// if(CLSound_GetWantsDesigned())
@@ -358,9 +357,6 @@ void Sound::prepareSample(int16 mode) {
void Sound::setWantsDesigned(int16 designed) {
}
-void Sound::setLength(int length) {
-}
-
///// CLSoundChannel
/// sound output device that plays queue of sounds
SoundChannel::SoundChannel(int arg1) {