Remove change-set null check
ClosedPublic

Authored by romangg on Aug 25 2019, 12:05 PM.

Details

Reviewers
zzag
Group Reviewers
KWin
Commits
R108:9bf7cbc7f6fa: Remove change-set null check
Summary

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.

Test Plan

Relevant auto tests pass.

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.
romangg created this revision.Aug 25 2019, 12:05 PM
Restricted Application added a project: KWin. · View Herald TranscriptAug 25 2019, 12:05 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
romangg requested review of this revision.Aug 25 2019, 12:05 PM
zzag accepted this revision.Aug 25 2019, 1:05 PM
This revision is now accepted and ready to land.Aug 25 2019, 1:05 PM
romangg edited the summary of this revision. (Show Details)Aug 25 2019, 1:34 PM
This revision was automatically updated to reflect the committed changes.