Drop ENABLE_TRANSIENCY_CHECK related code as it doesn't compile
ClosedPublic

Authored by graesslin on Sep 23 2017, 7:42 PM.

Details

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.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
graesslin created this revision.Sep 23 2017, 7:42 PM
Restricted Application added a project: KWin. · View Herald TranscriptSep 23 2017, 7:42 PM
Restricted Application added subscribers: kwin, plasma-devel. · View Herald Transcript
apol accepted this revision.Sep 24 2017, 2:29 AM
apol added a subscriber: apol.

I don't really see how this needs review. :)

This revision is now accepted and ready to land.Sep 24 2017, 2:29 AM
This revision was automatically updated to reflect the committed changes.