[vlc-commits] Remove text for non existent --volume-save
Rémi Denis-Courmont
git at videolan.org
Thu Apr 7 21:13:23 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Apr 7 22:12:51 2011 +0300| [1f224a54faa14735516e721bba51fca5c0727c9c] | committer: Rémi Denis-Courmont
Remove text for non existent --volume-save
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f224a54faa14735516e721bba51fca5c0727c9c
---
src/libvlc-module.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 64d719c..edc0793 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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, " \
More information about the vlc-commits
mailing list