From 9771287158b01e7ba0a80bad108aa0ea7dc45233 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 21 Feb 2004 10:55:29 +0000 Subject: [PATCH] No need for protected. This shouldn't be subclassed. --- stepmania/src/arch/Sound/RageSoundDriver_CA.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_CA.h b/stepmania/src/arch/Sound/RageSoundDriver_CA.h index e44f58acc5..97d24242d9 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_CA.h +++ b/stepmania/src/arch/Sound/RageSoundDriver_CA.h @@ -92,7 +92,6 @@ private: int64_t ConvertAudioTimeStampToPosition(const AudioTimeStamp *time) const; -protected: void StartMixing(RageSoundBase *snd); void Update (float delta); void StopMixing(RageSoundBase *snd);