Commit 57a0261e authored by Mirsal Ennaime's avatar Mirsal Ennaime

dbus: Remove useless comment

parent 424d68f8
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment