summaryrefslogtreecommitdiff
path: root/libgpsmm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-05-26 00:49:01 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-05-26 00:49:01 -0400
commit5e6d9179502c38a0161072f24f8ea0cc8bab3984 (patch)
tree05b920ec4cc5f878de829deefb60752e94e9b337 /libgpsmm.h
parent045545888fcc6d895cc2794f5a65d08a1474a2b1 (diff)
downloadgpsd-5e6d9179502c38a0161072f24f8ea0cc8bab3984.tar.gz
Remove unused prototype.
Diffstat (limited to 'libgpsmm.h')
-rw-r--r--libgpsmm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgpsmm.h b/libgpsmm.h
index 3fe95f24..16ceac96 100644
--- a/libgpsmm.h
+++ b/libgpsmm.h
@@ -32,7 +32,6 @@ class LIBQGPSMMSHARED_EXPORT gpsmm {
struct gps_data_t* stream(int); //set watcher and policy flags
struct gps_data_t* read(void); //block until gpsd returns new data, then return the updated struct
const char *data(void); // return the client data buffer
- int close(void); // close the GPS
bool waiting(int); // blocking check for data waiting
void clear_fix(void);
void enable_debug(int, FILE*);