]> git.sesse.net Git - vlc/commitdiff
Remove seemingly misleading comment
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 14 Feb 2007 16:49:22 +0000 (16:49 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 14 Feb 2007 16:49:22 +0000 (16:49 +0000)
src/interface/interface.c

index 1ac60bb5ce74ac12ef768893fb58ffa8dbfc33f5..cecf77531ea50a8916c8a8dac2c823f21eea05cc 100644 (file)
@@ -224,7 +224,6 @@ int intf_RunThread( intf_thread_t *p_intf )
                 msleep( INTF_IDLE_SLEEP * 2);
         }
         p_intf->b_die = VLC_TRUE;
-        /* Do not join the thread... intf_StopThread will do it for us */
     }
     else
     {