]> git.sesse.net Git - vlc/commitdiff
Remove misleading comment (I don't lack useless relocations)
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 6 Feb 2010 16:59:43 +0000 (18:59 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 6 Feb 2010 16:59:43 +0000 (18:59 +0200)
src/control/video.c

index df91345a3eb92f6ae660d025285c221ebc721d1d..a91a384ace3fc72d1dffb76b0603ffc7a6273b17 100644 (file)
@@ -596,7 +596,7 @@ static vlc_object_t *get_object( libvlc_media_player_t * p_mi,
 
 
 typedef const struct {
-    const char name[20]; /* probably will become a const char * sometime */
+    const char name[20];
     unsigned type;
 } opt_t;