mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 05:23:24 +00:00
profile2: remove unused varable diveComputer
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
64d7c5c042
commit
0fbfccd31a
1 changed files with 0 additions and 1 deletions
|
@ -1037,7 +1037,6 @@ void ProfileWidget2::changeGas()
|
|||
QPointF scenePos = mapToScene(mapFromGlobal(action->data().toPoint()));
|
||||
QString gas = action->text();
|
||||
// backup the things on the dataModel, since we will clear that out.
|
||||
unsigned int diveComputer = dataModel->dcShown();
|
||||
struct gasmix gasmix;
|
||||
int seconds = timeAxis->valueAt(scenePos);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue