Be consistent in undefining macros

Summary: I don't think it matters, but for completness' sake, undefine all of them.

Reviewers: #kwin, romangg

Reviewed By: #kwin, romangg

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D23083
icc-effect-5.17.5
Frederik Gladhorn 2019-08-11 12:09:05 +02:00
parent 99c2318301
commit e6ad8786da
1 changed files with 3 additions and 0 deletions

View File

@ -165,5 +165,8 @@ DEF6(I18N_NOOP("Invert Screen Colors"), 0, kwinApp()->platform(), Pla
#undef DEF
#undef DEF2
#undef DEF3
#undef DEF4
#undef DEF5
#undef DEF6
// }