summaryrefslogtreecommitdiff
path: root/src/controls/Private/BasicButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/BasicButton.qml')
-rw-r--r--src/controls/Private/BasicButton.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/controls/Private/BasicButton.qml b/src/controls/Private/BasicButton.qml
index 849315e9..f482ad72 100644
--- a/src/controls/Private/BasicButton.qml
+++ b/src/controls/Private/BasicButton.qml
@@ -126,8 +126,6 @@ Control {
property string iconName: action ? action.iconName : ""
/*! \internal */
- property color __textColor: syspal.text
- /*! \internal */
property string __position: "only"
/*! \internal */
readonly property bool __iconOverriden: button.action && (button.action.iconSource !== button.iconSource || button.action.iconName !== button.iconName)
@@ -218,8 +216,6 @@ Control {
/*! \internal */
property bool __effectivePressed: behavior.effectivePressed
- SystemPalette { id: syspal }
-
states: [
State {
name: "boundAction"