Remove superfluous wake in dpmsinputeventfilter destruction

Workspace already makes sure to only dynamically delete the
dpmsinputeventfilter if all screens are currently on. This line to wake
all screens is therefore redundant.

It's problematic as it can cause a crash on final teardown when
workspace is destroyed.

BUG: 484861
This commit is contained in:
David Edmundson 2024-04-15 22:03:51 +00:00
parent bca99d0b4c
commit 3ed535dd67

View file

@ -34,7 +34,6 @@ DpmsInputEventFilter::DpmsInputEventFilter()
DpmsInputEventFilter::~DpmsInputEventFilter()
{
notify();
}
bool DpmsInputEventFilter::pointerEvent(MouseEvent *event, quint32 nativeButton)