aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2007-06-16 23:50:57 +0000
committerMax Horn2007-06-16 23:50:57 +0000
commite01c9392291ce60a37717f90426ee4a4bd5b98d0 (patch)
tree7649bf41c6a84752a0bfbe40caa00fffad8c17eb /sound
parent1b28bd464444f2f08d402c15a3ba3a7ba6aec3ed (diff)
downloadscummvm-rg350-e01c9392291ce60a37717f90426ee4a4bd5b98d0.tar.gz
scummvm-rg350-e01c9392291ce60a37717f90426ee4a4bd5b98d0.tar.bz2
scummvm-rg350-e01c9392291ce60a37717f90426ee4a4bd5b98d0.zip
cleanup
svn-id: r27501
Diffstat (limited to 'sound')
-rw-r--r--sound/rate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/rate.h b/sound/rate.h
index a33f43b8df..a45601549c 100644
--- a/sound/rate.h
+++ b/sound/rate.h
@@ -70,12 +70,6 @@ static inline void clampedAdd(int16& a, int b) {
#endif
}
-// Q&D hack to get this SOX stuff to work
-#define st_report warning
-#define st_warn warning
-#define st_fail error
-
-
class RateConverter {
public:
RateConverter() {}