mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused member function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
83fb735a3e
commit
7eb787ee5d
2 changed files with 0 additions and 5 deletions
|
@ -458,10 +458,6 @@ void PlannerSettingsWidget::settingsChanged()
|
||||||
ui.descRate->setSuffix(vs);
|
ui.descRate->setSuffix(vs);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlannerSettingsWidget::atmPressureChanged(const QString &pressure)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void PlannerSettingsWidget::printDecoPlan()
|
void PlannerSettingsWidget::printDecoPlan()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -68,7 +68,6 @@ public:
|
||||||
public
|
public
|
||||||
slots:
|
slots:
|
||||||
void settingsChanged();
|
void settingsChanged();
|
||||||
void atmPressureChanged(const QString &pressure);
|
|
||||||
void bottomSacChanged(const double bottomSac);
|
void bottomSacChanged(const double bottomSac);
|
||||||
void decoSacChanged(const double decosac);
|
void decoSacChanged(const double decosac);
|
||||||
void printDecoPlan();
|
void printDecoPlan();
|
||||||
|
|
Loading…
Add table
Reference in a new issue