aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 08:46:46 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 08:46:46 +0000
commit6830e8b08b8e9bed2e947595d9522b73bc1261a7 (patch)
tree233fe53f037707d5c1e26ded6f53ef00a55cb427 /channels
parent3b01b06969cd524ce1d92660e44383551ddc52bb (diff)
Not needed here
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2016 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/h323/chan_h323.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index e6076b1e0..138290fc4 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -109,8 +109,6 @@ typedef struct rtp_info {
unsigned int port;
} rtp_info_t;
-static struct sockaddr_in bindaddr;
-
/* This is a callback prototype function, called pass
DTMF down the RTP. */
typedef int (*send_digit_cb)(unsigned, char);