]> git.sesse.net Git - vlc/commitdiff
Remove cut&paste crap
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 12 Oct 2008 14:30:30 +0000 (17:30 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 12 Oct 2008 14:30:30 +0000 (17:30 +0300)
modules/misc/logger.c

index 902a93099bc919bec841ef817676320eb6181b9a..a5eacaaadc98f03a9ce9fd150c586eb7a2af67c6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * logger.c : file logging plugin for vlc
  *****************************************************************************
- * Copyright (C) 2002 the VideoLAN team
+ * Copyright (C) 2002-2008 the VideoLAN team
  * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
@@ -328,12 +328,6 @@ static void Close( vlc_object_t *p_this )
     free( p_sys );
 }
 
-/*****************************************************************************
- * Run: rc thread
- *****************************************************************************
- * This part of the interface is in a separate thread so that we can call
- * exec() from within it without annoying the rest of the program.
- *****************************************************************************/
 static void Run( intf_thread_t *p_intf )
 {
     for( ;; )