]> git.sesse.net Git - vlc/commitdiff
Remove unused string
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 26 Dec 2009 09:29:30 +0000 (11:29 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 26 Dec 2009 09:30:56 +0000 (11:30 +0200)
Pointed-out-by: Fumio Nakayama
modules/visualization/visual/visual.c

index b63c7b2635247befedee94446e822d87fe637e97..74bd03553d5cb103813c6c4f8a97f6561b927fa3 100644 (file)
 #define COLOR1_LONGTEXT N_( \
         "YUV-Color cube shifting across the V-plane ( 0 - 127 )." )
 
-#define STARS_TEXT N_( "Number of stars" )
-#define STARS_LONGTEXT N_( \
-        "Number of stars to draw with random effect." )
-
 static int  Open         ( vlc_object_t * );
 static void Close        ( vlc_object_t * );