graesslin created this revision. graesslin added reviewers: KWin, Plasma. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel.
REVISION SUMMARY The code ifdefed by ENABLE_TRANSIENCY_CHECK does no longer compile and has not compiled since the switch to Qt 5 and KF5 as it still uses kDebug and (worse) kDBacktrace. There are several other changes which broke the code and I failed trying to get it to compile again. It's a classic example of bitrot happening to code which is never getting compiled. As this has not been in a state which could compile for at least several years, I think it's best to completely remove it. REPOSITORY R108 KWin BRANCH drop-enable-transiency-check REVISION DETAIL https://phabricator.kde.org/D7958 AFFECTED FILES client.cpp group.cpp utils.h workspace.cpp To: graesslin, #kwin, #plasma Cc: plasma-devel, kwin, bwowk, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart
