profile: remove DivePlotDataModel::dcShown()

The last user was removed in 2789bb05b1.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-12-03 14:05:19 +01:00 committed by Dirk Hohndel
parent f13768fe65
commit 1df1f3d0b5
2 changed files with 0 additions and 6 deletions

View file

@ -179,11 +179,6 @@ void DivePlotDataModel::setDive(const plot_info &info)
endResetModel();
}
unsigned int DivePlotDataModel::dcShown() const
{
return dcNr;
}
static double max_gas(const plot_info &pi, double gas_pressures::*gas)
{
double ret = -1;

View file

@ -63,7 +63,6 @@ public:
void clear();
void setDive(const plot_info &pInfo);
const plot_info &data() const;
unsigned int dcShown() const;
double pheMax() const;
double pn2Max() const;
double po2Max() const;