It is unnecessary to check if the change-set is null when looking at the
KWayland code. Also the check would be useless at the moment anyway because
before the check we access the change-set already in the DRM backend and at
the check we would not return if it would be null.
Details
Details
- Reviewers
zzag - Group Reviewers
KWin - Commits
- R108:9bf7cbc7f6fa: Remove change-set null check
Relevant auto tests pass.
Diff Detail
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.