mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: remove non-functional code
This never ever worked to trigger a profile update. The code is nonsensical as we cannot access the QMLProfile in a model delegate this way from outside the delegate. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a3e0d1ceb4
commit
bed11f79a1
1 changed files with 0 additions and 3 deletions
|
@ -115,9 +115,6 @@ Item {
|
|||
endpressure, usedGas, usedCyl,
|
||||
detailsEdit.rating,
|
||||
detailsEdit.visibility, state)
|
||||
// trigger the profile to be redrawn
|
||||
QMLProfile.diveId = dive_id
|
||||
|
||||
Qt.inputMethod.hide()
|
||||
// now make sure we directly show the saved dive (this may be a new dive, or it may have moved)
|
||||
clearDetailsEdit()
|
||||
|
|
Loading…
Add table
Reference in a new issue