Remove old, unused code

This commit is contained in:
Bart De Vries 2021-04-17 20:44:31 +02:00
parent da456a19f9
commit ed2d1ee2c8
1 changed files with 0 additions and 8 deletions

View File

@ -146,14 +146,6 @@ Kirigami.SwipeListItem {
pageStack.push("qrc:/EntryPage.qml", {"entry": entry})
}
Component.onCompleted: {
if(entryActions) {
actions = entryActions;
} else {
actions = defaultActions;
}
}
actions: [
Kirigami.Action {
text: i18n("Download")