summaryrefslogtreecommitdiff
path: root/libgpsmm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-09 06:47:23 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-09 06:47:23 -0400
commit3cc2dbba32e6487ba3cfa9b402690ac23db8b565 (patch)
treeb8a8bd5d9d827f9d98c34238b52594c6a682f693 /libgpsmm.h
parent574a357dcfa32675e00cc19b21563544f8e0ef0d (diff)
downloadgpsd-3cc2dbba32e6487ba3cfa9b402690ac23db8b565.tar.gz
Remove a fossil.
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 711e75c8..b5cf0035 100644
--- a/libgpsmm.h
+++ b/libgpsmm.h
@@ -34,6 +34,5 @@ class LIBQGPSMMSHARED_EXPORT gpsmm {
struct gps_data_t *to_user; //we return the user a copy of the internal structure. This way she can modify it without
//integrity loss for the entire class
struct gps_data_t* backup(void) { *to_user=*gps_data; return to_user;}; //return the backup copy
- pthread_t *handler; //needed to handle the callback registration/deletion
};
#endif // _GPSD_GPSMM_H_