hh
Laurent 6 years ago
parent 3ceba43ded
commit 534809e3e9
  1. 7
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/HandHistorySettings.kt

@ -31,10 +31,13 @@ class StraddleRowRepresentable(
return canAdd
}
/***
* Removes a position
* Should not let holes
*/
fun remove(position: Position) {
this.selectedPositions.remove(position)
// TODO don't let holes be created in the selected positions, but not super important
}
}

Loading…
Cancel
Save