From 0960e508e4fdac8449dec1a901c146b977e17b7f Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 26 Jan 2013 18:54:53 +0000 Subject: Comment out cases of unused hf array entries found by checkhf. svn path=/trunk/; revision=47302 --- epan/dissectors/packet-ppi-gps.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ppi-gps.c') diff --git a/epan/dissectors/packet-ppi-gps.c b/epan/dissectors/packet-ppi-gps.c index b31fb13cdf..0ccc4706b8 100644 --- a/epan/dissectors/packet-ppi-gps.c +++ b/epan/dissectors/packet-ppi-gps.c @@ -80,7 +80,7 @@ static int hf_ppi_gps_lat = -1; static int hf_ppi_gps_alt = -1; static int hf_ppi_gps_alt_gnd = -1; static int hf_ppi_gps_gpstime = -1; -static int hf_ppi_gps_fractime = -1; +/* static int hf_ppi_gps_fractime = -1; */ static int hf_ppi_gps_eph = -1; static int hf_ppi_gps_epv = -1; static int hf_ppi_gps_ept = -1; @@ -533,10 +533,12 @@ proto_register_ppi_gps(void) { { "GPSTimestamp", "ppi_gps.gpstime", FT_ABSOLUTE_TIME, ABSOLUTE_TIME_UTC, NULL, 0x0, "GPSTimestamp packet was received at", HFILL } }, +/** { &hf_ppi_gps_fractime, { "fractional Timestamp", "ppi_gps.fractime", FT_DOUBLE, BASE_NONE, NULL, 0x0, "fractional GPSTimestamp packet was received at", HFILL } }, +**/ { &hf_ppi_gps_eph, { "Horizontal Error (m)", "ppi_gps.eph", FT_DOUBLE, BASE_NONE, NULL, 0x0, -- cgit v1.2.3