aboutsummaryrefslogtreecommitdiffhomepage
path: root/qml/cover/CoverPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/cover/CoverPage.qml')
-rw-r--r--qml/cover/CoverPage.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml
index cf58ea4..f0c1ec2 100644
--- a/qml/cover/CoverPage.qml
+++ b/qml/cover/CoverPage.qml
@@ -7,16 +7,4 @@ CoverBackground {
anchors.centerIn: parent
text: qsTr("Binary Fun")
}
-
- CoverActionList {
- id: coverAction
-
- CoverAction {
- iconSource: "image://theme/icon-cover-next"
- }
-
- CoverAction {
- iconSource: "image://theme/icon-cover-pause"
- }
- }
}