From 01e8a54f5897c5aaab52f2bcd720f6350677fde5 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 28 Feb 2019 21:39:55 +0100 Subject: 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 --- core/downloadfromdcthread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/downloadfromdcthread.h') 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; }; -- cgit v1.2.3-70-g09d2