summaryrefslogtreecommitdiff
path: root/src/client/qwaylanddisplay_p.h
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2021-07-14 12:06:20 +0100
committerDavid Edmundson <davidedmundson@kde.org>2021-07-23 08:49:19 +0100
commit1c9ef49c803d38613d851989b761ea9bbaf54b94 (patch)
tree00bc4e8ed0e719fa3a531e97f115a268594f79a3 /src/client/qwaylanddisplay_p.h
parent32a2dba72f5bdf27d184517f62af32423bf57ff3 (diff)
downloadqtwayland-1c9ef49c803d38613d851989b761ea9bbaf54b94.tar.gz
Client: Drop unused member variable
Change-Id: I9b3f1d1a2ff2e9658604778e1ab4b8b7c030e1ac Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/client/qwaylanddisplay_p.h')
-rw-r--r--src/client/qwaylanddisplay_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/qwaylanddisplay_p.h b/src/client/qwaylanddisplay_p.h
index ae80cd33..a027eb89 100644
--- a/src/client/qwaylanddisplay_p.h
+++ b/src/client/qwaylanddisplay_p.h
@@ -285,7 +285,6 @@ private:
QScopedPointer<QtWayland::zwp_text_input_manager_v2> mTextInputManager;
QScopedPointer<QWaylandHardwareIntegration> mHardwareIntegration;
QScopedPointer<QWaylandXdgOutputManagerV1> mXdgOutputManager;
- QSocketNotifier *mReadNotifier = nullptr;
int mFd = -1;
int mWritableNotificationFd = -1;
QList<RegistryGlobal> mGlobals;