mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 20:59:45 +01:00
TAChart: Fix compiler hints in TAAnimatedSource unit
git-svn-id: trunk@38664 -
This commit is contained in:
parent
27c22c6347
commit
f69a675b05
@ -92,6 +92,7 @@ uses
|
||||
|
||||
procedure TCustomAnimatedChartSource.Changed(ASender: TObject);
|
||||
begin
|
||||
Unused(ASender);
|
||||
Notify;
|
||||
end;
|
||||
|
||||
@ -218,5 +219,8 @@ begin
|
||||
OnStop(Self);
|
||||
end;
|
||||
|
||||
initialization
|
||||
if ZeroValue = 0 then; // Workaround for an incorrect "unused unit" hint.
|
||||
|
||||
end.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user