mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
65267599f7
commit
01e8a54f58
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ public:
|
|||
|
||||
private:
|
||||
struct dive_table downloadTable;
|
||||
struct trip_table tripTable;
|
||||
DCDeviceData *m_data;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue