[vlc-commits] Remove stray comment

Rémi Denis-Courmont git at videolan.org
Wed Jan 1 19:51:44 CET 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jan  1 17:57:26 2014 +0200| [ec44ae90ab3beb3f06371d506fd3e2ad104f9796] | committer: Rémi Denis-Courmont

Remove stray comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec44ae90ab3beb3f06371d506fd3e2ad104f9796
---

 src/interface/interface.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/interface/interface.c b/src/interface/interface.c
index 37635f6..52b1344 100644
--- a/src/interface/interface.c
+++ b/src/interface/interface.c
@@ -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 == '$'



More information about the vlc-commits mailing list