mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
f13768fe65
commit
1df1f3d0b5
2 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue