diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 29ceed9f1..611a6f493 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -292,12 +292,6 @@ Kirigami.ApplicationWindow {
}
}
- contextDrawer: Kirigami.ContextDrawer {
- id: contextDrawer
- actions: rootItem.pageStack.currentPage ? rootItem.pageStack.currentPage.contextualActions : null
- title: qsTr("Actions")
- }
-
QtObject {
id: subsurfaceTheme
property int titlePointSize: Math.round(fontMetrics.font.pointSize * 1.5)
@@ -342,11 +336,6 @@ Kirigami.ApplicationWindow {
anchors.fill: parent
}
- DownloadFromDiveComputer {
- id: downloadDivesWindow
- visible: false
- }
-
Log {
id: logWindow
visible: false
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc
index f91d3bd45..4195ab3ef 100644
--- a/mobile-widgets/qml/mobile-resources.qrc
+++ b/mobile-widgets/qml/mobile-resources.qrc
@@ -8,7 +8,6 @@
DiveDetails.qml
DiveDetailsEdit.qml
DiveDetailsView.qml
- DownloadFromDiveComputer.qml
GpsList.qml
HintsTextEdit.qml
Log.qml