diff --git a/stepmania/src/arch/Threads/Threads_Pthreads.cpp b/stepmania/src/arch/Threads/Threads_Pthreads.cpp index 7fd73f1c4d..28c35916d5 100644 --- a/stepmania/src/arch/Threads/Threads_Pthreads.cpp +++ b/stepmania/src/arch/Threads/Threads_Pthreads.cpp @@ -232,7 +232,6 @@ bool EventImpl_Pthreads::Wait( RageTimer *pTimeout ) return iRet != ETIMEDOUT; } #else -sdf bool EventImpl_Pthreads::Wait( RageTimer *pTimeout ) { pthread_cond_wait( &m_Cond, &m_pParent->mutex );