summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay_p.h
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2016-06-20 13:33:13 +0200
committerJohan Helsing <johan.helsing@qt.io>2016-06-29 13:39:26 +0000
commit00a65be5ae8e1253ed6fd1f2e1df745f4c319de5 (patch)
tree8b3e0a4560bcec8df28dd7fc7b408ae3c5be34ad /src/client/qwaylanddisplay_p.h
parentd84c4a8904765cfb8cd4eebe292dcb8ccb0b5003 (diff)
Remove unused method QWaylandDisplay::lastKeyboardFocusInputDevice
Change-Id: Iee19b36ae2032112e0097dc6eb2e4592697c2a1c Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@hawaiios.org>
Diffstat (limited to 'src/client/qwaylanddisplay_p.h')
-rw-r--r--src/client/qwaylanddisplay_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/qwaylanddisplay_p.h b/src/client/qwaylanddisplay_p.h
index b53e0577a..adc012b53 100644
--- a/src/client/qwaylanddisplay_p.h
+++ b/src/client/qwaylanddisplay_p.h
@@ -134,9 +134,6 @@ public:
QWaylandInputDevice *defaultInputDevice() const;
QWaylandInputDevice *currentInputDevice() const { return defaultInputDevice(); }
- QWaylandInputDevice *lastKeyboardFocusInputDevice() const;
- void setLastKeyboardFocusInputDevice(QWaylandInputDevice *device);
-
QWaylandDataDeviceManager *dndSelectionHandler() const { return mDndSelectionHandler.data(); }
QtWayland::qt_surface_extension *windowExtension() const { return mWindowExtension.data(); }
@@ -194,7 +191,6 @@ private:
QList<QWaylandInputDevice *> mInputDevices;
QList<Listener> mRegistryListeners;
QWaylandIntegration *mWaylandIntegration;
- QWaylandInputDevice *mLastKeyboardFocusInputDevice;
QScopedPointer<QWaylandDataDeviceManager> mDndSelectionHandler;
QScopedPointer<QtWayland::qt_surface_extension> mWindowExtension;
QScopedPointer<QtWayland::wl_subcompositor> mSubCompositor;