summaryrefslogtreecommitdiff
path: root/driver_navcom.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_navcom.c
parentc2838b9d586e5febd50900ad0a04c13e7c1d24e2 (diff)
downloadgpsd-8d151f4753029229bd0fd17596f25680dd79d36f.tar.gz
OK, visualize as a method was a bad idea. All regression tests pass.
Diffstat (limited to 'driver_navcom.c')
-rw-r--r--driver_navcom.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/driver_navcom.c b/driver_navcom.c
index 999e772e..03a984ad 100644
--- a/driver_navcom.c
+++ b/driver_navcom.c
@@ -1296,9 +1296,6 @@ const struct gps_type_t navcom_binary =
#ifdef CONTROLSEND_ENABLE
.control_send = navcom_control_send, /* how to send a control string */
#endif /* CONTROLSEND_ENABLE */
-#ifdef VISUALIZE_ENABLE
- .visualize = NULL, /* no visualization method */
-#endif /* VISUALIZE_ENABLE */
#ifdef NTPSHM_ENABLE
.ntp_offset = NULL, /* no method for NTP fudge factor */
#endif /* NTPSHM_ ENABLE */