浏览代码

* Remove spurious var, prevents fpdoc from handling record

Michaël Van Canneyt 3 年之前
父节点
当前提交
c4069b5fe8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      rtl/objpas/types.pp

+ 0 - 1
rtl/objpas/types.pp

@@ -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;