[vlc-commits] dbus: Remove useless comment
    Mirsal Ennaime 
    git at videolan.org
       
    Tue Feb  5 13:37:30 CET 2013
    
    
  
vlc | branch: master | Mirsal Ennaime <mirsal at videolan.org> | Fri Feb  1 17:18:29 2013 +0100| [57a0261edafdddd004f8efdfd0f9d6b1c61e3408] | committer: Mirsal Ennaime
dbus: Remove useless comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57a0261edafdddd004f8efdfd0f9d6b1c61e3408
---
 modules/control/dbus/dbus.c |    4 ----
 1 file changed, 4 deletions(-)
diff --git a/modules/control/dbus/dbus.c b/modules/control/dbus/dbus.c
index 0f87e73..7634172 100644
--- a/modules/control/dbus/dbus.c
+++ b/modules/control/dbus/dbus.c
@@ -267,10 +267,6 @@ static int Open( vlc_object_t *p_this )
                                               p_intf, NULL ) )
         goto error;
 
-/*     dbus_connection_set_wakeup_main_function( p_conn,
-                                              wakeup_main_loop,
-                                              p_intf, NULL); */
-
     if( vlc_clone( &p_sys->thread, Run, p_intf, VLC_THREAD_PRIORITY_LOW ) )
         goto error;
 
    
    
More information about the vlc-commits
mailing list