aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-10 20:52:21 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-10 20:52:21 +0000
commitf784806968373d1ec939a18ffe5ef8727d4dbadf (patch)
treeadaccfc17a91bfce6628f1f7d0326f6d2badb4e5 /plugins/unistim
parent0a20c5dd913ee49a4faf9ed5d868e308949eb450 (diff)
Comment out numerous unused hf_.... instances found by checkhf.
svn path=/trunk/; revision=47617
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/packet-unistim.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index 59895b37f9..f255c877ff 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -112,7 +112,7 @@ static const true_false_string basic_bit_yn={
static int hf_basic_switch_cmd=-1;
static int hf_basic_phone_cmd=-1;
static int hf_broadcast_switch_cmd=-1;
-static int hf_broadcast_phone_cmd=-1;
+/* static int hf_broadcast_phone_cmd=-1; */
static int hf_audio_switch_cmd=-1;
static int hf_audio_phone_cmd=-1;
static int hf_display_switch_cmd=-1;
@@ -2781,10 +2781,12 @@ proto_register_unistim(void){
{"Broadcast Cmd (switch)","unistim.broadcast.switch",FT_UINT8,
BASE_HEX,VALS(broadcast_switch_msgs),0x0,NULL,HFILL}
},
+#if 0
{ &hf_broadcast_phone_cmd ,
{"Broadcast Cmd (phone)","unistim.broadcast.phone",FT_UINT8,
BASE_HEX,VALS(broadcast_phone_msgs),0x0,NULL,HFILL}
},
+#endif
{ &hf_audio_switch_cmd ,
{"Audio Cmd (switch)","unistim.audio.switch",FT_UINT8,
BASE_HEX,VALS(audio_switch_msgs),0x0,NULL,HFILL}