From 5b6b13278b690b9fd5c744556a0f7dbf586443fc Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Mon, 22 Sep 2025 10:23:29 +0100 Subject: [PATCH] remove unused arguments from 'moveLeft' and 'moveRight' functions in line_gap.sml, and adjust the callers of these functions so that they do not pass these parameters --- src/line_gap.sml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/line_gap.sml b/src/line_gap.sml index ff2cb41..cbcff5f 100644 --- a/src/line_gap.sml +++ b/src/line_gap.sml @@ -2694,8 +2694,6 @@ struct ( idx , line , searchTo - , leftStrings - , leftLines , rightStrings , rightLines , lStrHd @@ -2769,8 +2767,6 @@ struct , searchTo , leftStrings , leftLines - , rightStrings - , rightLines , rStrHd , rStrTl , rLnHd @@ -2865,8 +2861,6 @@ struct ( idx , line , searchLine - , leftStrings - , leftLines , rightStrings , rightLines , lStrHd @@ -2921,8 +2915,6 @@ struct , searchLine , leftStrings , leftLines - , rightStrings - , rightLines , rStrHd , rStrTl , rLnHd @@ -3007,8 +2999,6 @@ struct ( idx , line , searchIdx - , leftStrings - , leftLines , rightStrings , rightLines , lStrHd @@ -3063,8 +3053,6 @@ struct , searchIdx , leftStrings , leftLines - , rightStrings - , rightLines , rStrHd , rStrTl , rLnHd