summaryrefslogtreecommitdiffstats
path: root/configuredivecomputer.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2015-09-11 00:13:58 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-10 15:37:21 -0700
commitf93c60fc1e68df1684ab09317e2bd20d49dd45e3 (patch)
tree32647442b5177c4a50e6a11ff7c0e03eb9e44173 /configuredivecomputer.h
parentc0c4b5c4b36253dbcff0b51d1f428314df7c5571 (diff)
downloadsubsurface-f93c60fc1e68df1684ab09317e2bd20d49dd45e3.tar.gz
Configure divecomputers: remove unused member
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'configuredivecomputer.h')
-rw-r--r--configuredivecomputer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/configuredivecomputer.h b/configuredivecomputer.h
index 1a137cf8c..fe468ffc2 100644
--- a/configuredivecomputer.h
+++ b/configuredivecomputer.h
@@ -30,7 +30,6 @@ public:
QString lastError;
states currentState;
- device_data_t *m_data;
void saveDeviceDetails(DeviceDetails *details, device_data_t *data);
void fetchDeviceDetails();
bool saveXMLBackup(QString fileName, DeviceDetails *details, device_data_t *data);