summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-02-16 18:56:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-02-16 18:56:40 +0000
commitbe60413197a4448621c645a75370f82005c20e80 (patch)
treea62642a63aedcf4378c1cb18e1a0faff780ad37a /gpsmon.h
parentf01a05494eb14aad0d6d18a2c832a57861b69949 (diff)
downloadgpsd-be60413197a4448621c645a75370f82005c20e80.tar.gz
Elminate probe field of monitor method table.
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpsmon.h b/gpsmon.h
index 814b9f05..5751e726 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -6,7 +6,6 @@
struct mdevice_t {
/* a device-specific capability table for the monitor */
- void (*probe)(void); /* to send when we start monitoring */
void (*analyze)(unsigned char [], size_t);
bool (*windows)(void); /* paint legends on wibndows */
void (*repaint)(bool); /* now paint the data */