From b3a52e39998bd3d8c5ebdebaec3404ec019d959b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 31 Jul 2017 18:02:00 +0200 Subject: [PATCH] [autotests] Drop PlasmaSurfaceTest::m_connection Credits to clang for finding unused private variable. --- autotests/integration/plasma_surface_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/autotests/integration/plasma_surface_test.cpp b/autotests/integration/plasma_surface_test.cpp index 6492149ac8..fcd5056fc2 100644 --- a/autotests/integration/plasma_surface_test.cpp +++ b/autotests/integration/plasma_surface_test.cpp @@ -63,7 +63,6 @@ private Q_SLOTS: void testPanelActivate(); private: - ConnectionThread *m_connection = nullptr; KWayland::Client::Compositor *m_compositor = nullptr; Shell *m_shell = nullptr; PlasmaShell *m_plasmaShell = nullptr;