summaryrefslogtreecommitdiff
path: root/driver_oncore.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_oncore.c
parentc2838b9d586e5febd50900ad0a04c13e7c1d24e2 (diff)
downloadgpsd-8d151f4753029229bd0fd17596f25680dd79d36f.tar.gz
OK, visualize as a method was a bad idea. All regression tests pass.
Diffstat (limited to 'driver_oncore.c')
-rw-r--r--driver_oncore.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/driver_oncore.c b/driver_oncore.c
index e5686a7b..022d4280 100644
--- a/driver_oncore.c
+++ b/driver_oncore.c
@@ -540,9 +540,6 @@ const struct gps_type_t oncore_binary = {
/* Control string sender - should provide checksum and headers/trailer */
.control_send = oncore_control_send, /* to send control strings */
#endif /* CONTROLSEND_ENABLE */
-#ifdef VISUALIZE_ENABLE
- .visualize = NULL, /* no visualization method */
-#endif /* VISUALIZE_ENABLE */
#ifdef NTPSHM_ENABLE
.ntp_offset = oncore_ntp_offset, /* NTP offset array */
#endif /* NTPSHM_ENABLE */