summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow.cpp
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2016-11-11 08:59:39 +0100
committerJohan Helsing <johan.helsing@qt.io>2016-11-11 09:54:35 +0000
commit99c3d12f1a4ac152a80f4ad97a6cee5a0e8bb370 (patch)
tree2108c0170a3af9f00b880bd4588981c7abaccd34 /src/client/qwaylandwindow.cpp
parent70740da8978cb87b269fcaa73d71595c3c396545 (diff)
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>
Diffstat (limited to 'src/client/qwaylandwindow.cpp')
-rw-r--r--src/client/qwaylandwindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/qwaylandwindow.cpp b/src/client/qwaylandwindow.cpp
index e72ed7704..6c3647d81 100644
--- a/src/client/qwaylandwindow.cpp
+++ b/src/client/qwaylandwindow.cpp
@@ -341,9 +341,6 @@ void QWaylandWindow::setVisible(bool visible)
if (!deleteGuard.isNull()) {
attach(static_cast<QWaylandBuffer *>(0), 0, 0);
commit();
- if (mBackingStore) {
- mBackingStore->hidden();
- }
}
}
}