TAChart: Fix compiler hints in TAAnimatedSource unit

git-svn-id: trunk@38664 -
This commit is contained in:
ask 2012-09-15 09:28:09 +00:00
parent 27c22c6347
commit f69a675b05

View File

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