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();
|
||||
}
|
||||
|
||||
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…
Add table
Reference in a new issue