summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/qwlclientbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/wayland_wrapper/qwlclientbuffer.cpp')
-rw-r--r--src/compositor/wayland_wrapper/qwlclientbuffer.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compositor/wayland_wrapper/qwlclientbuffer.cpp b/src/compositor/wayland_wrapper/qwlclientbuffer.cpp
index 7d7e787c4..7df9ead3c 100644
--- a/src/compositor/wayland_wrapper/qwlclientbuffer.cpp
+++ b/src/compositor/wayland_wrapper/qwlclientbuffer.cpp
@@ -58,9 +58,6 @@ namespace QtWayland {
ClientBuffer::ClientBuffer(struct ::wl_resource *buffer)
: m_buffer(buffer)
- , m_textureDirty(false)
- , m_committed(false)
- , m_destroyed(false)
{
}
@@ -117,9 +114,6 @@ QWaylandBufferRef::BufferFormatEgl ClientBuffer::bufferFormatEgl() const
SharedMemoryBuffer::SharedMemoryBuffer(wl_resource *bufferResource)
: ClientBuffer(bufferResource)
-#if QT_CONFIG(opengl)
- , m_shmTexture(nullptr)
-#endif
{
}