mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 16:37:54 +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)]);
|
SetYList(Result, AY[1..High(AY)]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TListChartSource.Clear; inline;
|
procedure TListChartSource.Clear;
|
||||||
var
|
var
|
||||||
i: Integer;
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user