From 0106d929e9fa48aad7b77ba182f0448b8fefe44e Mon Sep 17 00:00:00 2001 From: ask Date: Sun, 30 May 2010 08:11:05 +0000 Subject: [PATCH] TAChart: Move $HINTS OFF directive to the correct place git-svn-id: trunk@25759 - --- components/tachart/tachartutils.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/tachart/tachartutils.pas b/components/tachart/tachartutils.pas index 04bc2af83e..72fb2663f4 100644 --- a/components/tachart/tachartutils.pas +++ b/components/tachart/tachartutils.pas @@ -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;