TAChart: Restore previous compiler hint status after Unused procedure

git-svn-id: trunk@41783 -
This commit is contained in:
ask 2013-06-21 13:55:42 +00:00
parent 24737576de
commit b1866966f9

View File

@ -495,7 +495,7 @@ begin
Result := 0.0;
end;
{$HINTS OFF}
{$PUSH}{$HINTS OFF}
procedure Unused(const A1);
begin
end;
@ -503,7 +503,7 @@ end;
procedure Unused(const A1, A2);
begin
end;
{$HINTS ON}
{$POP}
procedure UpdateMinMax(AValue: Double; var AMin, AMax: Double);
begin