aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-13 00:31:25 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-13 00:31:25 +0000
commit833152d5aa0977ece555a2216d6252daeca1ba40 (patch)
tree157129bc842b361c08c608a27e21cb0172691854 /main
parent1d3c85d7d27ccdc82968519bdf33825efbd32c9c (diff)
Remove unusued field
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@252177 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/rtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index 2ff0aacbd..5b1cc57c3 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -181,7 +181,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;
};