aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 03:07:15 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 03:07:15 +0000
commit8270caac975706bb0d9ed35365bf5cdec8d6eafc (patch)
tree653574342cc54642691b186821ad1fed9e1c9e9f /channels/h323/ast_h323.h
parent50805a18f7706a53fd0ba83bca9d32f507500448 (diff)
Fix it so we can be unloaded/loaded at will
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2003 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.h')
-rwxr-xr-xchannels/h323/ast_h323.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h
index 71fd38924..e079d960e 100755
--- a/channels/h323/ast_h323.h
+++ b/channels/h323/ast_h323.h
@@ -215,9 +215,6 @@ class MyH323EndPoint : public H323EndPoint {
void SetEndpointTypeInfo( H225_EndpointType & info ) const;
void SetGateway(void);
-
- H323TransportUDP *rasChannel;
-
};
class MyH323Connection : public H323Connection {