]> git.sesse.net Git - vlc/commitdiff
Remove text for non existent --volume-save
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 7 Apr 2011 19:12:51 +0000 (22:12 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 7 Apr 2011 19:13:14 +0000 (22:13 +0300)
src/libvlc-module.c

index 64d719c3f0f7650ab04eff39019e2993c786b213..edc0793c7a7a9f59e79b607ae0d5adcca8695610 100644 (file)
@@ -270,11 +270,6 @@ static const char *const ppsz_snap_formats[] =
     "You can set the default audio output volume here, in a range from 0 to " \
     "1024.")
 
-#define VOLUME_SAVE_TEXT N_("Audio output saved volume")
-#define VOLUME_SAVE_LONGTEXT N_( \
-    "This saves the audio output volume when you use the mute function. " \
-    "You should not change this option manually.")
-
 #define VOLUME_STEP_TEXT N_("Audio output volume step")
 #define VOLUME_STEP_LONGTEXT N_( \
     "The step size of the volume is adjustable using this option, " \