aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-17 16:43:07 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-17 16:43:07 +0000
commit763e03b407a208814143098694cf30c564336611 (patch)
tree0581707eaac9d705af2c2096320de1eea7c0741e /plugins/ethercat
parent305748ea57bcf4e1687d8849204a034b453e2a11 (diff)
Removed unused hf_ecat_mailbox.
svn path=/trunk/; revision=34543
Diffstat (limited to 'plugins/ethercat')
-rw-r--r--plugins/ethercat/packet-ecatmb.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/ethercat/packet-ecatmb.c b/plugins/ethercat/packet-ecatmb.c
index fa46ea5f38..7aee5d7430 100644
--- a/plugins/ethercat/packet-ecatmb.c
+++ b/plugins/ethercat/packet-ecatmb.c
@@ -64,7 +64,6 @@ static int ett_ecat_mailbox_soe = -1;
static int ett_ecat_mailbox_fraghead = -1;
static int ett_ecat_mailbox_header = -1;
-static int hf_ecat_mailbox = -1;
static int hf_ecat_mailboxlength = -1;
static int hf_ecat_mailboxaddress = -1;
static int hf_ecat_mailbox_eoe = -1;
@@ -1375,11 +1374,6 @@ void proto_register_ecat_mailbox(void)
static hf_register_info hf[] =
{
- { &hf_ecat_mailbox,
- { "Mbx:", "ecat_mailbox",
- FT_BYTES, BASE_NONE, NULL, 0x0,
- NULL, HFILL }
- },
{ &hf_ecat_mailboxlength,
{ "Length", "ecat_mailbox.length",
FT_UINT16, BASE_DEC, NULL, 0x0,