summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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_