TAChart: Move $HINTS OFF directive to the correct place

git-svn-id: trunk@25759 -
This commit is contained in:
ask 2010-05-30 08:11:05 +00:00
parent 5aaca35cb8
commit 0106d929e9

View File

@ -516,8 +516,6 @@ begin
end;
end;
{$HINTS OFF}
function RectIntersectsRect(
var ARect: TDoubleRect; const AFixed: TDoubleRect): Boolean;
@ -549,6 +547,7 @@ begin
Result := ACanvas.TextHeight(TYPICAL_TEXT);
end;
{$HINTS OFF}
procedure Unused(const A1);
begin
end;