diff --git a/rtl/objpas/types.pp b/rtl/objpas/types.pp index dd0d7cbceb..2d0e4733a9 100644 --- a/rtl/objpas/types.pp +++ b/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;