From 8d151f4753029229bd0fd17596f25680dd79d36f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 14 Oct 2013 15:37:42 -0400 Subject: OK, visualize as a method was a bad idea. All regression tests pass. --- driver_zodiac.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'driver_zodiac.c') 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 */ -- cgit v1.2.1