SynEdit: Cleanup.

This commit is contained in:
Juha 2025-02-21 02:27:11 +02:00
parent e0d50a545c
commit 3a76986108

View File

@ -820,10 +820,8 @@ var
procedure AddWordToHash(AStart, ALen: integer); //inline;
var
Wrd, LWrd, tk, Ctx: String;
Wrd, LWrd, Ctx: String;
we: PSynPluginSyncroEditWordsHashEntry;
tx: Integer;
ta: TSynHighlighterAttributes;
begin
Wrd := copy(Line, AStart, ALen);
// if not CaseSensitive then