mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 09:55:53 +02:00
TAChart: Suppress incorrect compiler hint
git-svn-id: trunk@29993 -
This commit is contained in:
parent
30fd9e8762
commit
af1f52bfbc
@ -263,5 +263,9 @@ begin
|
||||
FCanvas.TextOut(AX, AY, AText);
|
||||
end;
|
||||
|
||||
initialization
|
||||
// Suppress incorrect "TAGeometry is unused" hint
|
||||
Unused(DoublePoint(0, 0));
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user