diff --git a/stepmania/src/RageThreads.cpp b/stepmania/src/RageThreads.cpp index 33a5e2d181..1e48f484f9 100644 --- a/stepmania/src/RageThreads.cpp +++ b/stepmania/src/RageThreads.cpp @@ -435,13 +435,7 @@ RageMutexImpl::RageMutexImpl() RageMutexImpl::~RageMutexImpl() { -#if defined(_XBOX) CloseHandle( mutex ); -#else - // i think this is wrong - // dosent windows use CloseHandle() to destroy a mutex too?? - DeleteObject( mutex ); -#endif }