]> git.sesse.net Git - vlc/commitdiff
* ./plugins/lirc/lirc.c: removed CVS garbage.
authorSam Hocevar <sam@videolan.org>
Mon, 25 Feb 2002 11:25:22 +0000 (11:25 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 25 Feb 2002 11:25:22 +0000 (11:25 +0000)
plugins/lirc/lirc.c

index d3ea352edbb8bc9488fac2489b8e862d2404a2c2..1f9dd4b46d694c9fffa7f542daa1f74eda1fef58 100644 (file)
@@ -2,7 +2,7 @@
  * lirc.c : lirc plugin for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: lirc.c,v 1.8 2002/02/24 20:51:10 gbazin Exp $
+ * $Id: lirc.c,v 1.9 2002/02/25 11:25:22 sam Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
@@ -150,11 +150,7 @@ static void intf_Run( intf_thread_t *p_intf )
     /* Manage core vlc functions through the callback */
     p_intf->pf_manage( p_intf );
 
-<<<<<<< lirc.c
-    while( !p_intf->b_die && lirc_nextcode(&code) == 0 )
-=======
     while( !p_intf->b_die )
->>>>>>> 1.7
     {
         /* Manage core vlc functions through the callback */
         p_intf->pf_manage( p_intf );