aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-13 00:32:16 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-13 00:32:16 +0000
commit7df7509784a43f0622af3b247060d7e8275b0e40 (patch)
tree7384eaaa4db5754ea87d17713b485c82eb5734d1 /main/rtp.c
parent39c22b7f5eaad981c8c8c3af12ccbf2616eff657 (diff)
Remove unusued field
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@252178 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index c8e89d9a0..4f8846802 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -175,7 +175,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;
struct rtp_red *red;
};