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;
|
i -= 1;
|
||||||
end;
|
end;
|
||||||
DcdWrapper.getCallTip(str);
|
DcdWrapper.getCallTip(str);
|
||||||
begin
|
|
||||||
i := fCallTipStrings.Count;
|
i := fCallTipStrings.Count;
|
||||||
if (fCallTipStrings.Count <> 0) and str.isNotEmpty then
|
if (fCallTipStrings.Count <> 0) and str.isNotEmpty then
|
||||||
fCallTipStrings.Insert(0, '---');
|
fCallTipStrings.Insert(0, '---');
|
||||||
|
@ -2665,7 +2665,7 @@ begin
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
showCallTipsString(str, j);
|
showCallTipsString(str, j);
|
||||||
end;
|
end;
|
||||||
end;
|
|
||||||
if findOpenParen then
|
if findOpenParen then
|
||||||
CaretX:=x;
|
CaretX:=x;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue