mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
SynEdit: Cleanup.
This commit is contained in:
parent
e0d50a545c
commit
3a76986108
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user