From e03a21353c965e79ff9295454bffffc4351b96d9 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Sun, 17 Aug 2014 15:39:27 +0200 Subject: [PATCH] Remove qPlatformScreenForWindow from header. Use of this was removed in 02e50ef592f28ec05654acf3f6c9b84d31736269. Change-Id: I729282bfa9536380fc0d5b2702448cc54a90e37d Reviewed-by: Giulio Camuffo --- src/plugins/platforms/wayland/qwaylandnativeinterface_p.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/platforms/wayland/qwaylandnativeinterface_p.h b/src/plugins/platforms/wayland/qwaylandnativeinterface_p.h index 536cbe8dd53..6c0be2d3c8d 100644 --- a/src/plugins/platforms/wayland/qwaylandnativeinterface_p.h +++ b/src/plugins/platforms/wayland/qwaylandnativeinterface_p.h @@ -68,8 +68,6 @@ public: void setWindowProperty(QPlatformWindow *window, const QString &name, const QVariant &value); void emitWindowPropertyChanged(QPlatformWindow *window, const QString &name); -private: - static QWaylandScreen *qPlatformScreenForWindow(QWindow *window); private: QWaylandIntegration *m_integration;