Mercurial > mplayer.hg
changeset 23633:7c5417ab16d4
Remove unused (static) function prototype.
author | reimar |
---|---|
date | Sun, 24 Jun 2007 14:09:53 +0000 |
parents | d881914bea1d |
children | 8cd44c7487fc |
files | libmpcodecs/ae_lame.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ae_lame.c Sun Jun 24 14:08:22 2007 +0000 +++ b/libmpcodecs/ae_lame.c Sun Jun 24 14:09:53 2007 +0000 @@ -37,7 +37,6 @@ int lame_param_fast=0; // unset static char* lame_param_preset=NULL; // unset static int lame_presets_set( lame_t gfp, int fast, int cbr, const char* preset_name ); -static void lame_presets_longinfo_dm ( FILE* msgfp ); #endif