From 936a2bd20247762c5016e414d0d60cd3ee53d6eb Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Mon, 30 Nov 2009 21:21:29 +0000 Subject: Reverted 231616 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@231637 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/file.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include') diff --git a/include/asterisk/file.h b/include/asterisk/file.h index 8def42ae5..43b32fd12 100644 --- a/include/asterisk/file.h +++ b/include/asterisk/file.h @@ -40,9 +40,6 @@ extern "C" { struct ast_filestream; struct ast_format; -/*! The maximum number of formats we expect to see in a format string */ -#define AST_MAX_FORMATS 10 - /*! Convenient for waiting */ #define AST_DIGIT_ANY "0123456789#*ABCD" #define AST_DIGIT_ANYNUM "0123456789" @@ -328,14 +325,6 @@ int ast_file_init(void); #define AST_RESERVED_POINTERS 20 -/*! Remove duplicate formats from a format string. */ -/*! - * \param fmts a format string, this string will be modified - * \retval NULL error - * \return a pointer to the reduced format string, this is a pointer to fmts - */ -char *ast_format_str_reduce(char *fmts); - #if defined(__cplusplus) || defined(c_plusplus) } #endif -- cgit v1.2.3