mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 17:29:46 +02:00
* Remove spurious var, prevents fpdoc from handling record
This commit is contained in:
parent
61a3f6603d
commit
7b6f273023
@ -174,7 +174,6 @@ type
|
|||||||
|
|
||||||
public
|
public
|
||||||
Type TSingle3Array = array[0..2] of single;
|
Type TSingle3Array = array[0..2] of single;
|
||||||
var
|
|
||||||
constructor Create(const ax,ay,az:single);
|
constructor Create(const ax,ay,az:single);
|
||||||
procedure Offset(const adeltax,adeltay,adeltaz:single); inline;
|
procedure Offset(const adeltax,adeltay,adeltaz:single); inline;
|
||||||
procedure Offset(const adelta:TPoint3D); inline;
|
procedure Offset(const adelta:TPoint3D); inline;
|
||||||
|
Loading…
Reference in New Issue
Block a user