Drop XRandR dependency from Options's currentRefreshRate
ClosedPublic

Authored by graesslin on Sep 2 2017, 7:46 AM.

Details

Summary

This code branch was dead. It was for the case that the number of screens
is 0, but KWin::Screens never has a count of zero, especially not the
XRandR based screens (c.f. screens_xrandr.cpp method ::update) which has
a fallback handling setting the count to always 1 if there are no screens.

Test Plan

Compiles

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 2 2017, 7:46 AM
Restricted Application added a project: KWin. · View Herald TranscriptSep 2 2017, 7:46 AM
Restricted Application added subscribers: kwin, plasma-devel. · View Herald Transcript
broulik accepted this revision.Sep 6 2017, 10:03 AM
This revision is now accepted and ready to land.Sep 6 2017, 10:03 AM
This revision was automatically updated to reflect the committed changes.