vlc | branch: master | Mirsal Ennaime <[email protected]> | 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; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
