Remove useless method QWaylandShmBackingStore::hidden
Change-Id: I8e28d3c1dc2c2bbff4517ffe3b2f63c2ac86b95f Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
dfb256be36
commit
68b4408400
@ -185,10 +185,6 @@ void QWaylandShmBackingStore::endPaint()
|
||||
waylandWindow()->setCanResize(true);
|
||||
}
|
||||
|
||||
void QWaylandShmBackingStore::hidden()
|
||||
{
|
||||
}
|
||||
|
||||
void QWaylandShmBackingStore::ensureSize()
|
||||
{
|
||||
waylandWindow()->setBackingStore(this);
|
||||
|
@ -96,7 +96,6 @@ public:
|
||||
void resize(const QSize &size);
|
||||
void beginPaint(const QRegion &) Q_DECL_OVERRIDE;
|
||||
void endPaint() Q_DECL_OVERRIDE;
|
||||
void hidden();
|
||||
|
||||
QWaylandAbstractDecoration *windowDecoration() const;
|
||||
|
||||
|
@ -341,9 +341,6 @@ void QWaylandWindow::setVisible(bool visible)
|
||||
if (!deleteGuard.isNull()) {
|
||||
attach(static_cast<QWaylandBuffer *>(0), 0, 0);
|
||||
commit();
|
||||
if (mBackingStore) {
|
||||
mBackingStore->hidden();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user