소스 검색

* Remove spurious var, prevents fpdoc from handling record

Michaël Van Canneyt 4 년 전
부모
커밋
c4069b5fe8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      rtl/objpas/types.pp

+ 0 - 1
rtl/objpas/types.pp

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