backends/x11: Drop unused X11WindowedBackend::sizeChanged signal

This commit is contained in:
Vlad Zahorodnii 2022-12-09 17:19:21 +02:00
parent 02eeb54dd6
commit 39607a7457
2 changed files with 0 additions and 4 deletions

View file

@ -555,7 +555,6 @@ void X11WindowedBackend::updateSize(xcb_configure_notify_event_t *event)
if (s != output->pixelSize()) {
output->resize(s);
}
Q_EMIT sizeChanged();
}
xcb_window_t X11WindowedBackend::rootWindow() const

View file

@ -137,9 +137,6 @@ public:
Outputs outputs() const override;
Q_SIGNALS:
void sizeChanged();
private:
void createOutputs();
void grabKeyboard(xcb_timestamp_t time);