aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 18:08:42 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 18:08:42 +0000
commit72833dbfdd2f31a37b861808c469b1b435a70903 (patch)
tree5f32f09396fb2d945529883fe94a2b7b1e54d97f /channels/h323/ast_h323.h
parent7f7e77c850c111ea433caac2a2a4eff3ab3e16de (diff)
Remove unnecessary (long time ago commented out) code
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43350 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.h')
-rw-r--r--channels/h323/ast_h323.h27
1 files changed, 0 insertions, 27 deletions
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