summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/shared/mocksurface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/client/shared/mocksurface.cpp')
-rw-r--r--tests/auto/client/shared/mocksurface.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/client/shared/mocksurface.cpp b/tests/auto/client/shared/mocksurface.cpp
index 7aa2a00b2..98a9615a6 100644
--- a/tests/auto/client/shared/mocksurface.cpp
+++ b/tests/auto/client/shared/mocksurface.cpp
@@ -62,10 +62,8 @@ void Compositor::sendSurfaceLeave(void *data, const QList<QVariant> &parameters)
Surface::Surface(wl_client *client, uint32_t id, int v, Compositor *compositor)
: QtWaylandServer::wl_surface(client, id, v)
- , m_buffer(nullptr)
, m_compositor(compositor)
, m_mockSurface(new MockSurface(this))
- , m_mapped(false)
{
}