cleanup: remove MainWindow::turnOffNdlTts()
This flag is handled directly by the profile code since 2015 (000c9cc21c8991682169987ae8f348243ec5008b). 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
@ -1528,11 +1528,6 @@ void MainWindow::editCurrentDive()
|
||||
mainTab->enableEdition();
|
||||
}
|
||||
|
||||
void MainWindow::turnOffNdlTts()
|
||||
{
|
||||
qPrefTechnicalDetails::set_calcndltts(false);
|
||||
}
|
||||
|
||||
void MainWindow::on_actionExport_triggered()
|
||||
{
|
||||
DiveLogExportDialog diveLogExport;
|
||||
|
||||
@ -153,7 +153,6 @@ signals:
|
||||
|
||||
public
|
||||
slots:
|
||||
void turnOffNdlTts();
|
||||
void readSettings();
|
||||
void refreshDisplay();
|
||||
void showProfile();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user