summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/client-common/customextension.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/client-common/customextension.cpp')
-rw-r--r--examples/wayland/custom-extension/client-common/customextension.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wayland/custom-extension/client-common/customextension.cpp b/examples/wayland/custom-extension/client-common/customextension.cpp
index 41b4a30e9..90e1f4377 100644
--- a/examples/wayland/custom-extension/client-common/customextension.cpp
+++ b/examples/wayland/custom-extension/client-common/customextension.cpp
@@ -61,7 +61,6 @@ QT_BEGIN_NAMESPACE
CustomExtension::CustomExtension()
: QWaylandClientExtensionTemplate(/* Supported protocol version */ 1 )
- , m_activated(false)
{
connect(this, &CustomExtension::activeChanged, this, &CustomExtension::handleExtensionActive);
}