aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xcsl.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-17 16:38:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-17 16:38:15 +0000
commit305748ea57bcf4e1687d8849204a034b453e2a11 (patch)
tree1117a896ed3a4dd46b6edfd61f79576bd4c80e0a /epan/dissectors/packet-xcsl.c
parent2b3258994208d9020676f88f9e069d2ccba7125c (diff)
Removed unused hf_xcsl.
svn path=/trunk/; revision=34542
Diffstat (limited to 'epan/dissectors/packet-xcsl.c')
-rw-r--r--epan/dissectors/packet-xcsl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/epan/dissectors/packet-xcsl.c b/epan/dissectors/packet-xcsl.c
index e7c2d2b8e5..9382bb0ed5 100644
--- a/epan/dissectors/packet-xcsl.c
+++ b/epan/dissectors/packet-xcsl.c
@@ -45,7 +45,6 @@ void proto_reg_handoff_xcsl(void);
/* Initialize the protocol and registered fields */
static int proto_xcsl = -1;
-static int hf_xcsl = -1;
static int hf_xcsl_protocol_version = -1;
static int hf_xcsl_transaction_id = -1;
static int hf_xcsl_command = -1;
@@ -297,13 +296,6 @@ void proto_register_xcsl(void) {
static hf_register_info hf[] = {
- { &hf_xcsl,
- { "XCSL", "xcsl",
- FT_NONE, BASE_NONE, NULL, 0x0,
- "Call Specification Language (Xcsl)", HFILL
- }
- },
-
{ &hf_xcsl_protocol_version,
{ "Protocol Version", "xcsl.protocol_version",
FT_STRING, BASE_NONE,NULL,0x0,