mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove MainWindow::turnOffNdlTts()
This flag is handled directly by the profile code
since 2015 (000c9cc21c
).
The function therefore can be removed.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
a0a631122a
commit
267c82d85f
2 changed files with 0 additions and 6 deletions
|
@ -1528,11 +1528,6 @@ void MainWindow::editCurrentDive()
|
||||||
mainTab->enableEdition();
|
mainTab->enableEdition();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::turnOffNdlTts()
|
|
||||||
{
|
|
||||||
qPrefTechnicalDetails::set_calcndltts(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
void MainWindow::on_actionExport_triggered()
|
void MainWindow::on_actionExport_triggered()
|
||||||
{
|
{
|
||||||
DiveLogExportDialog diveLogExport;
|
DiveLogExportDialog diveLogExport;
|
||||||
|
|
|
@ -153,7 +153,6 @@ signals:
|
||||||
|
|
||||||
public
|
public
|
||||||
slots:
|
slots:
|
||||||
void turnOffNdlTts();
|
|
||||||
void readSettings();
|
void readSettings();
|
||||||
void refreshDisplay();
|
void refreshDisplay();
|
||||||
void showProfile();
|
void showProfile();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue