backends/x11: Drop unused X11WindowedBackend::sizeChanged signal
This commit is contained in:
parent
02eeb54dd6
commit
39607a7457
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -137,9 +137,6 @@ public:
|
|||
|
||||
Outputs outputs() const override;
|
||||
|
||||
Q_SIGNALS:
|
||||
void sizeChanged();
|
||||
|
||||
private:
|
||||
void createOutputs();
|
||||
void grabKeyboard(xcb_timestamp_t time);
|
||||
|
|
Loading…
Reference in a new issue