diff options
author | Robin Burchell <robin.burchell@viroteck.net> | 2014-08-17 15:39:27 +0200 |
---|---|---|
committer | Robin Burchell <robin.burchell@viroteck.net> | 2014-08-18 13:52:26 +0200 |
commit | 50a045c5b9832da5cd9f089c6c9009e395ec1942 (patch) | |
tree | f46e585ab9a818d81e0b722e2ca0ce8df9882c7b /src/client/qwaylandnativeinterface_p.h | |
parent | 8ed1e393994faeaf8d60d37cddba31738d9de779 (diff) | |
download | qtwayland-50a045c5b9832da5cd9f089c6c9009e395ec1942.tar.gz |
Remove qPlatformScreenForWindow from header.
Use of this was removed in 02e50ef592f28ec05654acf3f6c9b84d31736269.
Change-Id: I729282bfa9536380fc0d5b2702448cc54a90e37d
Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>
Diffstat (limited to 'src/client/qwaylandnativeinterface_p.h')
-rw-r--r-- | src/client/qwaylandnativeinterface_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/qwaylandnativeinterface_p.h b/src/client/qwaylandnativeinterface_p.h index 536cbe8d..6c0be2d3 100644 --- a/src/client/qwaylandnativeinterface_p.h +++ b/src/client/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; |