From 3db6bd64fe046836b7cd16f2c22247e19d661a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= Date: Mon, 17 Jul 2017 17:03:40 +0200 Subject: [PATCH] Drop unused variable --- src/wayland/touch_interface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/touch_interface.cpp b/src/wayland/touch_interface.cpp index df0332c525..f49fa9d57b 100644 --- a/src/wayland/touch_interface.cpp +++ b/src/wayland/touch_interface.cpp @@ -37,7 +37,6 @@ public: Private(SeatInterface *parent, wl_resource *parentResource, TouchInterface *q); SeatInterface *seat; - SurfaceInterface *focusedSurface = nullptr; QMetaObject::Connection destroyConnection; private: