From 72833dbfdd2f31a37b861808c469b1b435a70903 Mon Sep 17 00:00:00 2001 From: pcadach Date: Wed, 20 Sep 2006 18:08:42 +0000 Subject: Remove unnecessary (long time ago commented out) code git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43350 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/ast_h323.h | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'channels/h323') diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h index 946811be8..2d499ac3a 100644 --- a/channels/h323/ast_h323.h +++ b/channels/h323/ast_h323.h @@ -31,33 +31,6 @@ #define VERSION(a,b,c) ((a)*10000+(b)*100+(c)) -#if 0 -/** These need to be redefined here because the C++ - side of this driver is blind to the asterisk headers */ -/*! G.723.1 compression */ -#define AST_FORMAT_G723_1 (1 << 0) -/*! GSM compression */ -#define AST_FORMAT_GSM (1 << 1) -/*! Raw mu-law data (G.711) */ -#define AST_FORMAT_ULAW (1 << 2) -/*! Raw A-law data (G.711) */ -#define AST_FORMAT_ALAW (1 << 3) -/*! MPEG-2 layer 3 */ -#define AST_FORMAT_MP3 (1 << 4) -/*! ADPCM (whose?) */ -#define AST_FORMAT_ADPCM (1 << 5) -/*! Raw 16-bit Signed Linear (8000 Hz) PCM */ -#define AST_FORMAT_SLINEAR (1 << 6) -/*! LPC10, 180 samples/frame */ -#define AST_FORMAT_LPC10 (1 << 7) -/*! G.729A audio */ -#define AST_FORMAT_G729A (1 << 8) -/*! SpeeX Free Compression */ -#define AST_FORMAT_SPEEX (1 << 9) -/*! ILBC Free Codec */ -#define AST_FORMAT_ILBC (1 << 10) -#endif - /**This class describes the G.711 codec capability. */ class AST_G711Capability : public H323AudioCapability -- cgit v1.2.3