diff options
-rw-r--r-- | mobile-widgets/qml/DownloadFromDiveComputer.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index 9dd3be7a5..d1176ecc4 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -23,8 +23,6 @@ Kirigami.Page { id: downloadThread deviceData.vendor : comboVendor.currentText deviceData.product : comboProduct.currentText - - //TODO: make this dynamic? deviceData.devName : comboConnection.currentText //TODO: Make this the default on the C++ |