summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--help/help_mp-en.h1
-rw-r--r--mencoder.c1
-rw-r--r--mplayer.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 2e8ecb846a..c6c5ad41d1 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -69,7 +69,6 @@ static char help_text[]=
#define MSGTR_NoHomeDir "Cannot find HOME directory.\n"
#define MSGTR_GetpathProblem "get_path(\"config\") problem\n"
#define MSGTR_CreatingCfgFile "Creating config file: %s\n"
-#define MSGTR_CopyCodecsConf "(Copy/link etc/codecs.conf from the MPlayer sources to ~/.mplayer/codecs.conf)\n"
#define MSGTR_BuiltinCodecsConf "Using built-in default codecs.conf.\n"
#define MSGTR_CantLoadFont "Cannot load bitmap font: %s\n"
#define MSGTR_CantLoadSub "Cannot load subtitles: %s\n"
diff --git a/mencoder.c b/mencoder.c
index 449111a5aa..029a980fde 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -457,7 +457,6 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){
if(!parse_codec_cfg(get_path("codecs.conf"))){
if(!parse_codec_cfg(MPLAYER_CONFDIR "/codecs.conf")){
if(!parse_codec_cfg(NULL)){
- mp_msg(MSGT_MENCODER,MSGL_HINT,MSGTR_CopyCodecsConf);
mencoder_exit(1,NULL);
}
mp_msg(MSGT_MENCODER,MSGL_V,MSGTR_BuiltinCodecsConf);
diff --git a/mplayer.c b/mplayer.c
index 920de07c54..1a394061d9 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3717,7 +3717,6 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){
if(!parse_codec_cfg(mem_ptr=get_path("codecs.conf"))){
if(!parse_codec_cfg(MPLAYER_CONFDIR "/codecs.conf")){
if(!parse_codec_cfg(NULL)){
- mp_msg(MSGT_CPLAYER,MSGL_HINT,MSGTR_CopyCodecsConf);
exit_player_with_rc(NULL, 0);
}
mp_msg(MSGT_CPLAYER,MSGL_V,MSGTR_BuiltinCodecsConf);