aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/nativestyle/items/qquickstyleitem.cpp2
-rw-r--r--src/imports/nativestyle/items/qquickstyleitem.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/imports/nativestyle/items/qquickstyleitem.cpp b/src/imports/nativestyle/items/qquickstyleitem.cpp
index 1034459d..3d03099a 100644
--- a/src/imports/nativestyle/items/qquickstyleitem.cpp
+++ b/src/imports/nativestyle/items/qquickstyleitem.cpp
@@ -51,8 +51,6 @@
QT_BEGIN_NAMESPACE
-QStyle *QQuickStyleItem::s_style = nullptr;
-
QDebug operator<<(QDebug debug, const QQuickStyleMargins &padding)
{
QDebugStateSaver saver(debug);
diff --git a/src/imports/nativestyle/items/qquickstyleitem.h b/src/imports/nativestyle/items/qquickstyleitem.h
index 1016ef71..b7ff5d44 100644
--- a/src/imports/nativestyle/items/qquickstyleitem.h
+++ b/src/imports/nativestyle/items/qquickstyleitem.h
@@ -254,7 +254,6 @@ private:
bool m_polishing = false;
private:
- static QStyle *s_style;
friend class QtQuickControls2MacOSStylePlugin;
};