]> git.sesse.net Git - vlc/commitdiff
Remove stray comment
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 1 Jan 2014 15:57:26 +0000 (17:57 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 1 Jan 2014 15:57:26 +0000 (17:57 +0200)
src/interface/interface.c

index 37635f6c40206dfbc77bddcb3f7bbbfb25977bc5..52b13445fd7e1c8a0ae0a37c614d00b55f93265f 100644 (file)
@@ -101,8 +101,6 @@ int intf_Create( vlc_object_t *p_this, const char *chain )
 
     var_AddCallback( p_intf, "intf-add", AddIntfCallback, NULL );
 
-    /* Attach interface to LibVLC */
-
     /* Choose the best module */
     p_intf->p_cfg = NULL;
     char *psz_parser = *chain == '$'