mirror of https://gitlab.com/basile.b/dexed.git
remove non conditional block
This commit is contained in:
parent
c376201dc1
commit
060a7b4073
|
@ -2642,7 +2642,7 @@ begin
|
|||
i -= 1;
|
||||
end;
|
||||
DcdWrapper.getCallTip(str);
|
||||
begin
|
||||
|
||||
i := fCallTipStrings.Count;
|
||||
if (fCallTipStrings.Count <> 0) and str.isNotEmpty then
|
||||
fCallTipStrings.Insert(0, '---');
|
||||
|
@ -2665,7 +2665,7 @@ begin
|
|||
{$ENDIF}
|
||||
showCallTipsString(str, j);
|
||||
end;
|
||||
end;
|
||||
|
||||
if findOpenParen then
|
||||
CaretX:=x;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue