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:
Berthold Stoeger 2020-11-26 18:29:48 +01:00 committed by Dirk Hohndel
parent 0ea5374f62
commit 2e328c7633

View file

@ -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;