summaryrefslogtreecommitdiffstats
path: root/src/sound/oalsound/channel.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-03-30 16:03:25 +0100
committererihel <erihel@gmail.com>2013-03-30 16:03:25 +0100
commitb7b5f002a636154033166a2c828765386c14e5a5 (patch)
tree46950e3f29d20272a9d6344253f5cdf2f29da3b1 /src/sound/oalsound/channel.h
parent3569adb10377d83beeb705870f015cc1f40aeffc (diff)
downloadcolobot-b7b5f002a636154033166a2c828765386c14e5a5.tar.gz
colobot-b7b5f002a636154033166a2c828765386c14e5a5.tar.bz2
colobot-b7b5f002a636154033166a2c828765386c14e5a5.zip
* Removed warning while compiling brain.cpp
* Fix for issue #130 * Fix for issue #128 with wrong sound pitch
Diffstat (limited to 'src/sound/oalsound/channel.h')
-rw-r--r--src/sound/oalsound/channel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound/oalsound/channel.h b/src/sound/oalsound/channel.h
index 8965306..883ddf2 100644
--- a/src/sound/oalsound/channel.h
+++ b/src/sound/oalsound/channel.h
@@ -52,7 +52,6 @@ class Channel
bool SetFrequency(float);
float GetFrequency();
- bool AdjustFrequency(float);
float GetCurrentTime();
void SetCurrentTime(float);