mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 03:58:09 +02:00
synedit: clean up
git-svn-id: trunk@38100 -
This commit is contained in:
parent
93a55c46a9
commit
07c5091ba9
@ -3032,8 +3032,6 @@ var
|
||||
CurLine: TLineIdx;
|
||||
hl: TSynCustomFoldHighlighter;
|
||||
i, c, c1, l: Integer;
|
||||
NFilter: TSynFoldActions;
|
||||
nd: TSynFoldNodeInfo;
|
||||
begin
|
||||
if HasCount and ((AnIndex >= Count - OpeningOnLineCount) or (AnIndex >= FEvaluationIndex)) then exit;
|
||||
assert(FEvaluationIndex > 0, 'TLazSynEditNestedFoldsList.InitLineInfoForIndex already finilhed');
|
||||
@ -3102,8 +3100,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure TLazSynEditNestedFoldsList.InitCount(const AHighlighter: TSynCustomFoldHighlighter);
|
||||
var
|
||||
i, j: Integer;
|
||||
begin
|
||||
FCount := AHighlighter.FoldBlockEndLevel(FLine - 1, FFoldGroup, FFoldFlags);
|
||||
FEvaluationIndex := FCount;
|
||||
|
@ -518,8 +518,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure TLazSynFoldNodeInfoList.Clear;
|
||||
var
|
||||
c: Integer;
|
||||
begin
|
||||
ClearFilter;
|
||||
ClearData;
|
||||
|
Loading…
Reference in New Issue
Block a user