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:
Berthold Stoeger 2021-04-12 22:38:15 +02:00 committed by Dirk Hohndel
parent a0a631122a
commit 267c82d85f
2 changed files with 0 additions and 6 deletions

View file

@ -1528,11 +1528,6 @@ void MainWindow::editCurrentDive()
mainTab->enableEdition();
}
void MainWindow::turnOffNdlTts()
{
qPrefTechnicalDetails::set_calcndltts(false);
}
void MainWindow::on_actionExport_triggered()
{
DiveLogExportDialog diveLogExport;

View file

@ -153,7 +153,6 @@ signals:
public
slots:
void turnOffNdlTts();
void readSettings();
void refreshDisplay();
void showProfile();