]> git.sesse.net Git - vlc/commitdiff
Remove non-sense
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 25 Aug 2009 14:42:20 +0000 (17:42 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 25 Aug 2009 14:42:20 +0000 (17:42 +0300)
modules/video_filter/atmo/AtmoExternalCaptureInput.cpp

index 26410b9eb618a6597ca57d35b6ed05a60556abcc..4b87363cfd6251001a51068caf240e9f92c98c51 100644 (file)
@@ -139,15 +139,6 @@ DWORD CAtmoExternalCaptureInput::Execute(void)
           i++;
           if(i == 100) {
              i = 0;
-#if !defined(WIN32)
-/* kludge for pthreads? using the same condition variable too often results in hanging the pthread
-   call inside vlc_cond_timedwait...
-*/
-#ifdef _ATMO_KLUDGE_
-             vlc_cond_destroy( &m_WakeupCond );
-             vlc_cond_init( &m_WakeupCond );
-#endif
-#endif
           }
     }
     vlc_mutex_unlock( &m_WakeupLock );