From 8e1126d26ecfbb799d802ac6009e850eea50ce88 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 16 Dec 2006 20:02:26 +0000 Subject: Simplify: get rid of useless lame_presets_longinfo_dm function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21638 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ae_lame.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libmpcodecs/ae_lame.c') diff --git a/libmpcodecs/ae_lame.c b/libmpcodecs/ae_lame.c index 0c3022f372..aa99972570 100644 --- a/libmpcodecs/ae_lame.c +++ b/libmpcodecs/ae_lame.c @@ -213,7 +213,7 @@ static int lame_presets_set( lame_t gfp, int fast, int cbr, const char* preset_ if (strcmp(preset_name, "help") == 0) { mp_msg(MSGT_MENCODER, MSGL_FATAL, MSGTR_LameVersion, get_lame_version(), get_lame_url()); - lame_presets_longinfo_dm(stderr); + mp_msg(MSGT_MENCODER, MSGL_FATAL, MSGTR_LamePresetsLongInfo); return -1; } @@ -319,12 +319,3 @@ static int lame_presets_set( lame_t gfp, int fast, int cbr, const char* preset_ return -1; } #endif - -#ifdef HAVE_MP3LAME_PRESET -/* lame_presets_longinfo_dm - taken out of presets_longinfo_dm in lame-3.93.1/frontend/parse.c and modified */ -static void lame_presets_longinfo_dm ( FILE* msgfp ) -{ - mp_msg(MSGT_MENCODER, MSGL_FATAL, MSGTR_LamePresetsLongInfo); -} -#endif -- cgit v1.2.3