KeyHandler // -nextPhrasePosition.

This commit is contained in:
ShikiSuen 2022-07-22 15:57:39 +08:00
parent 73e072ae54
commit 7dceb5e533
1 changed files with 0 additions and 9 deletions

View File

@ -400,15 +400,6 @@ class KeyHandler {
compositor.dropReading(direction: .front)
}
var nextPhrasePosition: Int {
var nextPosition = 0
for theAnchor in walkedAnchors {
if nextPosition > actualCandidateCursor { break }
nextPosition += theAnchor.spanLength
}
return min(nextPosition, compositorLength)
}
///
/// - Parameter input:
/// - Returns: