lazedit: less hints

This commit is contained in:
mattias 2024-03-05 15:45:18 +01:00
parent 17ddd7e8e1
commit bde7bb763d

View File

@ -903,7 +903,7 @@ procedure TTextMatePattern.InitStates(const AGrammar: TTextMateGrammar;
begin
assert(False, 'TTextMatePattern.InitStates: not TTextMatePatternBaseNested');
if AGrammar=nil then ;
if AStates=nil then ;
if AStates.Grammar=nil then ;
if AParent=nil then ;
if AText='' then ;
if ADepth=0 then ;