mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Remove init_framer(). It no longer does anything.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@377246 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -909,10 +909,6 @@ static struct ast_cli_entry my_clis[] = {
|
||||
AST_CLI_DEFINE(show_codecs, "Displays a list of codecs"),
|
||||
AST_CLI_DEFINE(show_codec_n, "Shows a specific codec"),
|
||||
};
|
||||
int init_framer(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int format_list_add_custom(struct ast_format_list *new)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user