summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-14 15:37:42 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-14 15:37:42 -0400
commit8d151f4753029229bd0fd17596f25680dd79d36f (patch)
treec5fc2addd70fcd6aed067d7973044018c1769472 /driver_zodiac.c
parentc2838b9d586e5febd50900ad0a04c13e7c1d24e2 (diff)
downloadgpsd-8d151f4753029229bd0fd17596f25680dd79d36f.tar.gz
OK, visualize as a method was a bad idea. All regression tests pass.
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 1682acb0..1af2250d 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -522,9 +522,6 @@ const struct gps_type_t zodiac_binary =
#ifdef CONTROLSEND_ENABLE
.control_send = zodiac_control_send, /* for gpsctl and friends */
#endif /* CONTROLSEND_ENABLE */
-#ifdef VISUALIZE_ENABLE
- .visualize = NULL, /* no visualization method */
-#endif /* VISUALIZE_ENABLE */
#ifdef NTPSHM_ENABLE
.ntp_offset = zodiac_ntp_offset, /* compute NTO fudge factor */
#endif /* NTPSHM_ENABLE */