From 97ec5026ea85430d4bbc3ac431cd6ec938cb511c Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Sat, 13 Mar 2010 00:32:16 +0000 Subject: [PATCH] Remove unusued field git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@252178 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/rtp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main/rtp.c b/main/rtp.c index c8e89d9a0e..4f88468028 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; };