diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-11-26 18:29:48 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-12 15:52:40 -0800 |
commit | 2e328c7633c1de43af000fd6506385c651365a0d (patch) | |
tree | 717f3295724243b0b167588a905657f7e898852e /desktop-widgets/mainwindow.cpp | |
parent | 0ea5374f62eeccbb7b8c617390d6ce733db4e416 (diff) | |
download | subsurface-2e328c7633c1de43af000fd6506385c651365a0d.tar.gz |
cleanup: remove unused #undefs in mainwindow.cpp
These macros were removed 2016-ish.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/mainwindow.cpp')
-rw-r--r-- | desktop-widgets/mainwindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp index 807bbe95d..201ac1fd8 100644 --- a/desktop-widgets/mainwindow.cpp +++ b/desktop-widgets/mainwindow.cpp @@ -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; |