mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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();
|
endResetModel();
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int DivePlotDataModel::dcShown() const
|
|
||||||
{
|
|
||||||
return dcNr;
|
|
||||||
}
|
|
||||||
|
|
||||||
static double max_gas(const plot_info &pi, double gas_pressures::*gas)
|
static double max_gas(const plot_info &pi, double gas_pressures::*gas)
|
||||||
{
|
{
|
||||||
double ret = -1;
|
double ret = -1;
|
||||||
|
|
|
@ -63,7 +63,6 @@ public:
|
||||||
void clear();
|
void clear();
|
||||||
void setDive(const plot_info &pInfo);
|
void setDive(const plot_info &pInfo);
|
||||||
const plot_info &data() const;
|
const plot_info &data() const;
|
||||||
unsigned int dcShown() const;
|
|
||||||
double pheMax() const;
|
double pheMax() const;
|
||||||
double pn2Max() const;
|
double pn2Max() const;
|
||||||
double po2Max() const;
|
double po2Max() const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue