diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-02 17:59:32 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-02 17:59:32 -0500 |
commit | 162d07086bc2c0e6f3ca16ed0ea581b1c12a7c88 (patch) | |
tree | 0db03aaa943955b100349c2b577b69a541ed9661 /qt-mobile | |
parent | d95805e90be0a05f4c86f2173b8366470f60412b (diff) | |
download | subsurface-162d07086bc2c0e6f3ca16ed0ea581b1c12a7c88.tar.gz |
QML UI: remove obsolete code
This simply causes an error
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/DiveDetails.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml index 0600b30a7..dd5fb3c62 100644 --- a/qt-mobile/qml/DiveDetails.qml +++ b/qt-mobile/qml/DiveDetails.qml @@ -33,7 +33,6 @@ Kirigami.Page { title: diveDetailsListView.currentItem.modelData.dive.location state: "view" - flickable: diveDetailsListView.currentItem states: [ State { |