Commit cbd1288d authored by Rafaël Carré's avatar Rafaël Carré

dbus: Removes dbus_threads_init_default() since it's already done in libvlc

parent 835cb736
...@@ -658,8 +658,6 @@ static int Open( vlc_object_t *p_this ) ...@@ -658,8 +658,6 @@ static int Open( vlc_object_t *p_this )
if( !p_sys ) if( !p_sys )
return VLC_ENOMEM; return VLC_ENOMEM;
dbus_threads_init_default();
dbus_error_init( &error ); dbus_error_init( &error );
/* connect to the session bus */ /* connect to the session bus */
......
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