remove calls to retrieve 'lineIdx' values which are never used
This commit is contained in:
@@ -68,7 +68,6 @@ struct
|
|||||||
(* move buffer to new startLine as required by TextBuilder.build
|
(* move buffer to new startLine as required by TextBuilder.build
|
||||||
* and move searchList to idx where line starts as well *)
|
* and move searchList to idx where line starts as well *)
|
||||||
val buffer = LineGap.goToLine (startLine, buffer)
|
val buffer = LineGap.goToLine (startLine, buffer)
|
||||||
val lineIdx = TextBuilder.getLineAbsIdx (startLine, buffer)
|
|
||||||
|
|
||||||
val drawMsg = TextBuilder.build
|
val drawMsg = TextBuilder.build
|
||||||
( startLine
|
( startLine
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ struct
|
|||||||
|
|
||||||
(* move buffer to new startLine as required by TextBuilder.build *)
|
(* move buffer to new startLine as required by TextBuilder.build *)
|
||||||
val buffer = LineGap.goToLine (startLine, buffer)
|
val buffer = LineGap.goToLine (startLine, buffer)
|
||||||
val lineIdx = TextBuilder.getLineAbsIdx (startLine, buffer)
|
|
||||||
|
|
||||||
val msgs = TextBuilder.build
|
val msgs = TextBuilder.build
|
||||||
( startLine
|
( startLine
|
||||||
|
|||||||
Reference in New Issue
Block a user