]> git.sesse.net Git - vlc/commitdiff
macosx: No need to testcancel now.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 20 Sep 2008 18:06:54 +0000 (20:06 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 20 Sep 2008 18:07:49 +0000 (20:07 +0200)
modules/gui/macosx/intf.m

index 250981ffbefc31bd9269ebbf21f28e4cf7e85e8c..d9b82f16672fc708a54a24a56e14d98698b89708 100644 (file)
@@ -1440,7 +1440,6 @@ static void * manage_cleanup( void * args )
 
         vlc_mutex_unlock( &p_intf->change_lock );
 
-        pthread_testcancel(); /* In 10.5 nanosleep is not a cancellation point */
         msleep( INTF_IDLE_SLEEP );
 
         [pool release];