summaryrefslogtreecommitdiffstats
path: root/src/controls/StackView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/StackView.qml')
-rw-r--r--src/controls/StackView.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/controls/StackView.qml b/src/controls/StackView.qml
index 002355dc7..f6608ecaa 100644
--- a/src/controls/StackView.qml
+++ b/src/controls/StackView.qml
@@ -752,9 +752,6 @@ FocusScope {
/********* PRIVATE API *********/
- width: parent ? parent.width : 0
- height: parent ? parent.height : 0
-
/*! \internal The currently top-most item on the stack. */
property Item __currentItem: null
/*! \internal The number of items currently pushed onto the stack. */