aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_bcch.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-22 16:13:32 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-22 16:13:32 +0000
commita3a15ff90b3aca7f94e853ddcaeb1f373368a29c (patch)
treecbe3ba7f680eaa1e8e0cc0f1ba73a20eeeb1e33c /epan/dissectors/packet-gmr1_bcch.c
parent5b9ec08eaea79d10311bbea8026d491719d6f27c (diff)
Remove instances of unused 'data_handle' (and of one other handle).
svn path=/trunk/; revision=52767
Diffstat (limited to 'epan/dissectors/packet-gmr1_bcch.c')
-rw-r--r--epan/dissectors/packet-gmr1_bcch.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/epan/dissectors/packet-gmr1_bcch.c b/epan/dissectors/packet-gmr1_bcch.c
index 7c913c851e..10350be73c 100644
--- a/epan/dissectors/packet-gmr1_bcch.c
+++ b/epan/dissectors/packet-gmr1_bcch.c
@@ -44,10 +44,6 @@ static int proto_gmr1_bcch = -1;
/* GMR-1 BCCH sub tree */
static gint ett_gmr1_bcch = -1;
-/* Handoffs */
-static dissector_handle_t data_handle;
-
-
/* ------------------------------------------------------------------------ */
/* CSN1 fields */
@@ -1430,12 +1426,6 @@ proto_register_gmr1_bcch(void)
register_dissector("gmr1_bcch", dissect_gmr1_bcch, proto_gmr1_bcch);
}
-void
-proto_reg_handoff_gmr1_bcch(void)
-{
- data_handle = find_dissector("data");
-}
-
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*