]> git.sesse.net Git - vlc/commitdiff
Remove THREAD_COND_TIMEOUT
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 22 May 2008 19:59:49 +0000 (22:59 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 22 May 2008 19:59:49 +0000 (22:59 +0300)
include/vlc_config.h

index 3617fa7c3998b09702958235404239d178107799..81eb4d00e1f39cb0a4995377da7b9ccd3532480d 100644 (file)
  * status */
 #define THREAD_SLEEP                    ((mtime_t)(0.010*CLOCK_FREQ))
 
-/* When a thread waits on a condition in debug mode, delay to wait before
- * outputting an error message (in second) */
-#define THREAD_COND_TIMEOUT             3
-
 /*****************************************************************************
  * Interface configuration
  *****************************************************************************/