From 213f7a989174eae6070595cbb5565b3a40b8c8f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <funman@videolan.org>
Date: Sun, 19 Nov 2006 22:48:48 +0000
Subject: [PATCH] removes already done "todo"

---
 src/libvlc-common.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/libvlc-common.c b/src/libvlc-common.c
index 83e301ce0932..aeed9152be10 100644
--- a/src/libvlc-common.c
+++ b/src/libvlc-common.c
@@ -639,9 +639,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, char *ppsz_argv[] )
         else
         {
             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" ) )
                 {
                     msg_Warn( p_libvlc,
-- 
GitLab