mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
cleanup: remove unused #undefs in mainwindow.cpp
These macros were removed 2016-ish. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
0ea5374f62
commit
2e328c7633
1 changed files with 0 additions and 3 deletions
|
@ -1552,9 +1552,6 @@ void MainWindow::turnOffNdlTts()
|
|||
qPrefTechnicalDetails::set_calcndltts(false);
|
||||
}
|
||||
|
||||
#undef TOOLBOX_PREF_PROFILE
|
||||
#undef PERF_PROFILE
|
||||
|
||||
void MainWindow::on_actionExport_triggered()
|
||||
{
|
||||
DiveLogExportDialog diveLogExport;
|
||||
|
|
Loading…
Reference in a new issue