summaryrefslogtreecommitdiff
path: root/src/controls/Private/Style.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/Style.qml')
-rw-r--r--src/controls/Private/Style.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/controls/Private/Style.qml b/src/controls/Private/Style.qml
index e99db169..53497517 100644
--- a/src/controls/Private/Style.qml
+++ b/src/controls/Private/Style.qml
@@ -50,10 +50,4 @@ import QtQuick.Controls.Private 1.0
AbstractStyle {
/*! The control attached to this style */
readonly property Item control: __control
-
- /*! \internal */
- property var __syspal: SystemPalette {
- colorGroup: control.enabled ?
- SystemPalette.Active : SystemPalette.Disabled
- }
}