From 97d3a8bb100b24d89bdb53935bc13d6c636680ef Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 26 Jan 2010 23:43:48 +0000 Subject: Remove two unused global variables (one of which was causing a gcc -Wshadow warning). svn path=/trunk/; revision=31690 --- asn1/h225/packet-h225-template.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'asn1') 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; -- cgit v1.2.3