aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-02-28 21:39:55 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-02-28 15:31:48 -0800
commit01e8a54f5897c5aaab52f2bcd720f6350677fde5 (patch)
treee0b679acb62ace1cf8f094c7d5a5555b57a2e408 /core
parent65267599f7139c2d5a47ca17f998f6d63cb1305c (diff)
downloadsubsurface-01e8a54f5897c5aaab52f2bcd720f6350677fde5.tar.gz
Cleanup: remove DownloadFromDCThread::tripTable
Since ff9506b21bbb9910256841dcb577bcb2e19047e8 the downloaders don't add dives to a new trip and therefore the tripTable field of DownloadFromDCThread became pointless. Remove it. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core')
-rw-r--r--core/downloadfromdcthread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h
index da8bec994..62d86ae67 100644
--- a/core/downloadfromdcthread.h
+++ b/core/downloadfromdcthread.h
@@ -70,7 +70,6 @@ public:
private:
struct dive_table downloadTable;
- struct trip_table tripTable;
DCDeviceData *m_data;
};