remove calls to retrieve 'lineIdx' values which are never used

This commit is contained in:
2025-08-07 14:42:40 +01:00
parent 752bb4d00f
commit 30036177fb
2 changed files with 0 additions and 2 deletions

View File

@@ -68,7 +68,6 @@ struct
(* move buffer to new startLine as required by TextBuilder.build
* and move searchList to idx where line starts as well *)
val buffer = LineGap.goToLine (startLine, buffer)
val lineIdx = TextBuilder.getLineAbsIdx (startLine, buffer)
val drawMsg = TextBuilder.build
( startLine

View File

@@ -15,7 +15,6 @@ struct
(* move buffer to new startLine as required by TextBuilder.build *)
val buffer = LineGap.goToLine (startLine, buffer)
val lineIdx = TextBuilder.getLineAbsIdx (startLine, buffer)
val msgs = TextBuilder.build
( startLine