mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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)
|
void DivePlannerWidget::atmPressureChanged(const int pressure)
|
||||||
{
|
{
|
||||||
const char *depthunit;
|
|
||||||
|
|
||||||
plannerModel->setSurfacePressure(pressure);
|
plannerModel->setSurfacePressure(pressure);
|
||||||
ui.atmHeight->blockSignals(true);
|
ui.atmHeight->blockSignals(true);
|
||||||
ui.atmHeight->setValue((int) get_depth_units((int)(log(1013.0 / pressure) * 7800000), NULL,NULL));
|
ui.atmHeight->setValue((int) get_depth_units((int)(log(1013.0 / pressure) * 7800000), NULL,NULL));
|
||||||
|
|
Loading…
Add table
Reference in a new issue