mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 01:08:12 +02:00
TAChart: Remove inline directive from TListChartSource.Clear.
git-svn-id: branches/fixes_2_0@65141 -
This commit is contained in:
parent
4f07cd2ec7
commit
7d3101d4b9
@ -421,7 +421,7 @@ begin
|
||||
SetYList(Result, AY[1..High(AY)]);
|
||||
end;
|
||||
|
||||
procedure TListChartSource.Clear; inline;
|
||||
procedure TListChartSource.Clear;
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user