diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-23 17:32:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-23 17:32:21 -0700 |
commit | 442ba66822411c6bd994b61cc6793d202d874bb2 (patch) | |
tree | c2889f242e5eb754d85e75dbbde0e4b5807b9991 | |
parent | 8c0a1c2e6d357a6448a1ba785b198d98202df9e8 (diff) | |
download | subsurface-442ba66822411c6bd994b61cc6793d202d874bb2.tar.gz |
QML UI: remove obsolete comment
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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++ |