cleanup: remove DivePlotDataModel::diveId

Nobody was using that member variable.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-04-30 22:03:15 +02:00 committed by Dirk Hohndel
parent 60b00162a9
commit 3ed36b2ab5
2 changed files with 0 additions and 4 deletions

View file

@ -92,7 +92,6 @@ public:
private:
struct plot_info pInfo;
int diveId;
unsigned int dcNr;
struct deco_state plot_deco_state;
};