diff --git a/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp b/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp index 15c1153c03..0e7e259e4c 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp @@ -149,7 +149,6 @@ RageSound_Null::~RageSound_Null() LOG->Trace("Shutting down mixer thread ..."); SDL_WaitThread(MixerThreadPtr, NULL); LOG->Trace("Mixer thread shut down."); - } float RageSound_Null::GetPlayLatency() const