From 9ee3bee4fd45c970f1fabe0a727ade110d5b2c51 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 30 Nov 2006 06:45:31 +0000 Subject: [PATCH] remove SetPlaybackRate --- stepmania/src/RageSound.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageSound.h b/stepmania/src/RageSound.h index ae962a5284..642be10edf 100644 --- a/stepmania/src/RageSound.h +++ b/stepmania/src/RageSound.h @@ -48,7 +48,6 @@ struct RageSoundParams /* Number of samples input and output when changing speed. Currently, * this is either 1/1, 5/4 or 4/5. */ float m_fRate; - void SetPlaybackRate( float fRate ) { m_fRate = fRate; } /* If enabled, file seeking will prefer accuracy over speed. */ bool m_bAccurateSync;