diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-12-22 20:13:28 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-10 15:57:39 -0800 |
commit | 28f156e172b61df467d01e9a51d3ddad9ffd8409 (patch) | |
tree | 4be356ae1e5cff14d51b2784ec022775084c7986 /profile-widget | |
parent | 991a94d14c22c103fedfa7df7162b82ad20e0e67 (diff) | |
download | subsurface-28f156e172b61df467d01e9a51d3ddad9ffd8409.tar.gz |
cleanup: remove obsolete #undef in profilewidget2.cpp
The macro was removed quite some time ago.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/profilewidget2.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index 14dd23d08..dbfffebaf 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -357,7 +357,6 @@ void ProfileWidget2::setupItemOnScene() } #endif -#undef CREATE_PP_GAS #ifndef SUBSURFACE_MOBILE // Visibility Connections |