aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-01-26 23:43:48 +0000
committerBill Meier <wmeier@newsguy.com>2010-01-26 23:43:48 +0000
commit97d3a8bb100b24d89bdb53935bc13d6c636680ef (patch)
treef663d092edb1913726b6ef87ad356ba440192e13 /asn1/h225
parentff9123acbe539687d7b4034c7fd081dbd563ca4e (diff)
Remove two unused global variables (one of which was causing a gcc -Wshadow warning).
svn path=/trunk/; revision=31690
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/packet-h225-template.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/asn1/h225/packet-h225-template.c b/asn1/h225/packet-h225-template.c
index a7c28c5768..4d84b153e9 100644
--- a/asn1/h225/packet-h225-template.c
+++ b/asn1/h225/packet-h225-template.c
@@ -121,8 +121,6 @@ static gboolean h225_tp_in_tree = TRUE;
/* Global variables */
static guint32 ipv4_address;
static guint32 ipv4_port;
-guint32 T38_manufacturer_code;
-guint32 value;
static gboolean contains_faststart = FALSE;
static e_guid_t *call_id_guid;