Commit 213f7a98 authored by Rafaël Carré's avatar Rafaël Carré

removes already done "todo"

parent ade91b27
...@@ -639,9 +639,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, char *ppsz_argv[] ) ...@@ -639,9 +639,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, char *ppsz_argv[] )
else else
{ {
if( i_dbus_service != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER ) if( i_dbus_service != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER )
/* TODO: register a '/' object */ {
{ /*23:08 < mjj29> it should reply immediately with <node name='/'></node>*/
if( config_GetInt( p_libvlc, "one-instance" ) ) if( config_GetInt( p_libvlc, "one-instance" ) )
{ {
msg_Warn( p_libvlc, msg_Warn( p_libvlc,
......
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