diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 14:35:54 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 14:35:54 -0800 |
commit | 0cad6d206c9f31c066d5584fe9609f3095482fa4 (patch) | |
tree | 784a6a08981da93ef7205067b4192456fecde33f /qt-mobile | |
parent | 2b1812f2cbec20a6434563950fe4dac00307ec0a (diff) | |
download | subsurface-0cad6d206c9f31c066d5584fe9609f3095482fa4.tar.gz |
QML UI: remove commented out / unused code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/DiveDetailsView.qml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/qt-mobile/qml/DiveDetailsView.qml b/qt-mobile/qml/DiveDetailsView.qml index 2cb2726b1..c2c6648f2 100644 --- a/qt-mobile/qml/DiveDetailsView.qml +++ b/qt-mobile/qml/DiveDetailsView.qml @@ -11,7 +11,6 @@ import org.kde.plasma.mobilecomponents 0.2 as MobileComponents Item { id: detailsView - property int labelWidth: MobileComponents.Units.gridUnit * 10 property real gridWidth: subsurfaceTheme.columnWidth - 2 * MobileComponents.Units.gridUnit property real col1Width: gridWidth * 0.23 property real col2Width: gridWidth * 0.37 @@ -58,18 +57,6 @@ Item { } } } - /* - Rectangle { - id: mapView - width: parent.width - height: parents.width * 0.7 - WebView { - id: webView - anchors.fill: parent - url: "http://www.google.com" - } - } - */ MobileComponents.Label { id: dateLabel text: "Date: " |