mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 20:15:58 +02:00
TAChart: Silence compiler hints
git-svn-id: trunk@37209 -
This commit is contained in:
parent
35ae157a3b
commit
c0db15a654
@ -1442,6 +1442,7 @@ end;
|
||||
|
||||
procedure TDataPointHintTool.KeyUp(APoint: TPoint);
|
||||
begin
|
||||
Unused(APoint);
|
||||
HideHint;
|
||||
end;
|
||||
|
||||
@ -1502,6 +1503,7 @@ end;
|
||||
|
||||
procedure TDataPointHintTool.MouseUp(APoint: TPoint);
|
||||
begin
|
||||
Unused(APoint);
|
||||
HideHint;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user