summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-13 09:40:29 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-13 09:40:29 +0000
commitbfede96dcb989353be781759f337a7b34393aac2 (patch)
tree62c6df31e74bace28c197397e348043b621e3445 /driver_zodiac.c
parentcd419e26ba8bfda8ba3fa8193a792bf2b4f35e44 (diff)
downloadgpsd-bfede96dcb989353be781759f337a7b34393aac2.tar.gz
Fold the revert method into the generic event hook.
Abolish the wrapup method; there were only two users, one was trivial, and the other belonged as a revert.
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 9f1193ed..1ec5e425 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -510,9 +510,7 @@ const struct gps_type_t zodiac_binary =
.mode_switcher = NULL, /* no mode switcher */
.rate_switcher = NULL, /* no sample-rate switcher */
.min_cycle = 1, /* not relevant, no rate switch */
- .revert = NULL, /* no reversion hook */
#endif /* ALLOW_RECONFIGURE */
- .wrapup = NULL, /* caller might supply a close hook */
};
#endif /* ZODIAC_ENABLE */