mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove DiveGFLineItem
This was replaced by the tissue map in 893bea700c
.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
fd3ebf9b62
commit
8b0db14f64
6 changed files with 0 additions and 60 deletions
|
@ -71,8 +71,6 @@ QVariant DivePlotDataModel::data(const QModelIndex &index, int role) const
|
|||
return item.heartbeat;
|
||||
case AMBPRESSURE:
|
||||
return AMB_PERCENTAGE;
|
||||
case GFLINE:
|
||||
return item.gfline;
|
||||
case INSTANT_MEANDEPTH:
|
||||
return item.running_sum;
|
||||
}
|
||||
|
@ -152,8 +150,6 @@ QVariant DivePlotDataModel::headerData(int section, Qt::Orientation orientation,
|
|||
return tr("Ambient pressure");
|
||||
case HEARTBEAT:
|
||||
return tr("Heart rate");
|
||||
case GFLINE:
|
||||
return tr("Gradient factor");
|
||||
case INSTANT_MEANDEPTH:
|
||||
return tr("Mean depth @ s");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue