remove non conditional block

This commit is contained in:
Basile Burg 2018-10-09 16:28:19 +02:00
parent c376201dc1
commit 060a7b4073
1 changed files with 22 additions and 22 deletions

View File

@ -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;