]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove unusued field
authorTerry Wilson <twilson@digium.com>
Sat, 13 Mar 2010 00:31:25 +0000 (00:31 +0000)
committerTerry Wilson <twilson@digium.com>
Sat, 13 Mar 2010 00:31:25 +0000 (00:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@252177 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/rtp.c

index 2ff0aacbd7cef3f67cca64a5a55a8c3016a89d0d..5b1cc57c3bd31e150dea4725965c9a44fd124738 100644 (file)
@@ -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;
 };