* Remove spurious var, prevents fpdoc from handling record

This commit is contained in:
Michaël Van Canneyt 2021-08-21 09:05:23 +02:00
parent 2e608a3dd0
commit c4069b5fe8

View File

@ -174,7 +174,6 @@ type
public
Type TSingle3Array = array[0..2] of single;
var
constructor Create(const ax,ay,az:single);
procedure Offset(const adeltax,adeltay,adeltaz:single); inline;
procedure Offset(const adelta:TPoint3D); inline;