[vlc-devel] commit: Remove cut&paste crap ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Oct 12 16:30:39 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 12 17:30:30 2008 +0300| [f69b6868c2f1fe6a6a65e998748b3238d2975480] | committer: Rémi Denis-Courmont
Remove cut&paste crap
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f69b6868c2f1fe6a6a65e998748b3238d2975480
---
modules/misc/logger.c | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/modules/misc/logger.c b/modules/misc/logger.c
index 902a930..a5eacaa 100644
--- a/modules/misc/logger.c
+++ b/modules/misc/logger.c
@@ -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 at 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( ;; )
More information about the vlc-devel
mailing list