]> git.sesse.net Git - vlc/blobdiff - src/control/video.c
Remove misleading comment (I don't lack useless relocations)
[vlc] / 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;