From 1b49d06b5d5f154927770ce7bfa87af12f6b63c7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 26 Jan 2005 21:41:40 +0000 Subject: [PATCH] oops --- stepmania/src/arch/Threads/Threads_Pthreads.cpp | 1 - 1 file changed, 1 deletion(-) 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 );