From ed2d1ee2c8bf2e0529df23b90c765d7416959ea4 Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Sat, 17 Apr 2021 20:44:31 +0200 Subject: [PATCH] Remove old, unused code --- src/qml/GenericEntryDelegate.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/qml/GenericEntryDelegate.qml b/src/qml/GenericEntryDelegate.qml index 8887dd5a..68eb623d 100644 --- a/src/qml/GenericEntryDelegate.qml +++ b/src/qml/GenericEntryDelegate.qml @@ -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")