Cleanup: remove DownloadFromDCThread::tripTable

Since ff9506b21b 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>
This commit is contained in:
Berthold Stoeger 2019-02-28 21:39:55 +01:00 committed by Dirk Hohndel
parent 65267599f7
commit 01e8a54f58

View file

@ -70,7 +70,6 @@ public:
private:
struct dive_table downloadTable;
struct trip_table tripTable;
DCDeviceData *m_data;
};