From dbd6755ef3b03d27fa787ef8b3236b821fee9fdb Mon Sep 17 00:00:00 2001 From: twilson Date: Sat, 13 Mar 2010 00:30:51 +0000 Subject: Remove unused field git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@252176 f38db490-d61c-443f-a65b-d21fe96a405b --- main/rtp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main/rtp.c') diff --git a/main/rtp.c b/main/rtp.c index 5342a3e6e..8d6269397 100644 --- a/main/rtp.c +++ b/main/rtp.c @@ -179,7 +179,6 @@ struct ast_rtp { struct sockaddr_in strict_rtp_address; /*!< Remote address information for strict RTP purposes */ int set_marker_bit:1; /*!< Whether to set the marker bit or not */ - unsigned int constantssrc:1; }; /* Forward declarations */ -- cgit v1.2.3