From 7c0b94a3e57f21d44101acc0ffcd5fab50b573af Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 5 Dec 2012 02:23:10 +0000 Subject: Remove init_framer(). It no longer does anything. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@377246 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/format.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main/format.c') diff --git a/main/format.c b/main/format.c index cea89a2b6..36aa534c0 100644 --- a/main/format.c +++ b/main/format.c @@ -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) { -- cgit v1.2.3