TAChart: Remove inline directive from TListChartSource.Clear.

git-svn-id: branches/fixes_2_0@65141 -
This commit is contained in:
wp 2021-05-27 14:31:55 +00:00
parent 4f07cd2ec7
commit 7d3101d4b9

View File

@ -421,7 +421,7 @@ begin
SetYList(Result, AY[1..High(AY)]);
end;
procedure TListChartSource.Clear; inline;
procedure TListChartSource.Clear;
var
i: Integer;
begin