Remove unused commented out code

This commit is contained in:
2022-08-24 21:35:40 -04:00
parent c6d30fdb0a
commit 35cf23dc95
2 changed files with 0 additions and 76 deletions
@@ -24,8 +24,6 @@ Column {
Row {
Repeater {
property var provider: modelData
//property var yIndex: index
//id: inProgressRepeater
model: repeaterModel
Row{
Item {
@@ -34,7 +32,6 @@ Column {
}
Column {
id: showColumn
//property var show: inProgressRepeater.provider.getShow(modelData)
property var show: provider.getShow(modelData)
Item {
property int childHeight: 300
@@ -67,7 +64,6 @@ Column {
PropertyChanges {
target: rect
border.width: 0
//visible: false
}
},
State {