mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Remove unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a8a9deb262
commit
259b73335f
1 changed files with 0 additions and 2 deletions
|
@ -306,8 +306,6 @@ void DivePlannerPointsModel::addCylinder_clicked()
|
|||
|
||||
void DivePlannerWidget::atmPressureChanged(const int pressure)
|
||||
{
|
||||
const char *depthunit;
|
||||
|
||||
plannerModel->setSurfacePressure(pressure);
|
||||
ui.atmHeight->blockSignals(true);
|
||||
ui.atmHeight->setValue((int) get_depth_units((int)(log(1013.0 / pressure) * 7800000), NULL,NULL));
|
||||
|
|
Loading…
Reference in a new issue