From 5e6d9179502c38a0161072f24f8ea0cc8bab3984 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 26 May 2011 00:49:01 -0400 Subject: Remove unused prototype. --- libgpsmm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libgpsmm.h') 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*); -- cgit v1.2.1