mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 13:56:05 +02:00
TAChart: Move $HINTS OFF directive to the correct place
git-svn-id: trunk@25759 -
This commit is contained in:
parent
5aaca35cb8
commit
0106d929e9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user