Skip to content

platforms/drm: remove redundant check for placeholder output

Xaver Hugl requested to merge work/redudant-placeholder into master

It's not necessary, the placeholder output already gets created in DrmBackend::removeOutput if necessary. More improtantly it's missing the check for shutdown, which may cause issues if the computer is turned off while no outputs are connected.

Merge request reports