Remove some unused code/comments and a few empty lines

This commit is contained in:
jngibbon 2021-06-06 22:28:45 +02:00 committed by John Gibbon
parent fbf8671012
commit 2ffe9ae885
5 changed files with 0 additions and 18 deletions

View file

@ -39,9 +39,4 @@ Column {
property: "contentY"
duration: 200
}
onSetActiveArea: {
if(activeAreaTitle && flickable) {
// flickable.scrollToTop();
}
}
}

View file

@ -103,13 +103,4 @@ Item {
asynchronous: true
clip: true
}
// Column {
// id: content
// width: parent.width
// anchors.top: button.bottom
// bottomPadding: Theme.paddingLarge
// height: 0
// opacity: 0
// clip: true
// }
}

View file

@ -23,7 +23,5 @@ import Sailfish.Silica 1.0
Grid {
width: parent.width - ( 2 * x )
columns: (appWindow.deviceOrientation & Orientation.LandscapeMask) || Screen.sizeCategory === Screen.Large || Screen.sizeCategory === Screen.ExtraLarge ? 2 : 1
readonly property real columnWidth: width/columns
}

View file

@ -165,7 +165,6 @@ AccordionItem {
}
Behavior on height { SmoothedAnimation { duration: 200 } }
}
}
}
}

View file

@ -263,5 +263,4 @@ AccordionItem {
}
}
}
}