mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 18:29:21 +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;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$HINTS OFF}
|
|
||||||
|
|
||||||
function RectIntersectsRect(
|
function RectIntersectsRect(
|
||||||
var ARect: TDoubleRect; const AFixed: TDoubleRect): Boolean;
|
var ARect: TDoubleRect; const AFixed: TDoubleRect): Boolean;
|
||||||
|
|
||||||
@ -549,6 +547,7 @@ begin
|
|||||||
Result := ACanvas.TextHeight(TYPICAL_TEXT);
|
Result := ACanvas.TextHeight(TYPICAL_TEXT);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{$HINTS OFF}
|
||||||
procedure Unused(const A1);
|
procedure Unused(const A1);
|
||||||
begin
|
begin
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user