diff --git a/src/AppParCurves/AppParCurves_LeastSquare.cdl b/src/AppParCurves/AppParCurves_LeastSquare.cdl index 3796b81d63..0787af33af 100644 --- a/src/AppParCurves/AppParCurves_LeastSquare.cdl +++ b/src/AppParCurves/AppParCurves_LeastSquare.cdl @@ -362,8 +362,6 @@ Vec2c: Vector from math; theError: Matrix from math; myindex: IntegerVector from math; -ERR3d: Real; -ERR2d: Real; lambda1: Real; lambda2: Real; diff --git a/src/BRepMesh/BRepMesh_ComparatorOfVertexOfDelaun.cdl b/src/BRepMesh/BRepMesh_ComparatorOfVertexOfDelaun.cdl index 56ba4c4b94..0df083f0d7 100644 --- a/src/BRepMesh/BRepMesh_ComparatorOfVertexOfDelaun.cdl +++ b/src/BRepMesh/BRepMesh_ComparatorOfVertexOfDelaun.cdl @@ -42,6 +42,5 @@ class ComparatorOfVertexOfDelaun from BRepMesh fields DirectionOfSort : XY from gp; - Tolerance : Real from Standard; end ComparatorOfVertexOfDelaun; diff --git a/src/IntWalk/IntWalk_IWalking.cdl b/src/IntWalk/IntWalk_IWalking.cdl index a82a04863b..e501d02d10 100644 --- a/src/IntWalk/IntWalk_IWalking.cdl +++ b/src/IntWalk/IntWalk_IWalking.cdl @@ -289,7 +289,6 @@ fields Vm : Real from Standard; -- Min V de la surf VM : Real from Standard; -- Max V de la surf previousPoint : PntOn2S from IntSurf; - prevtg : Boolean from Standard; previousd3d : Vec from gp; previousd2d : Dir2d from gp; seqAjout : SequenceOfInteger from TColStd; diff --git a/src/MAT2d/MAT2d_Mat2d.cdl b/src/MAT2d/MAT2d_Mat2d.cdl index f6cb5f69e4..30a5046172 100644 --- a/src/MAT2d/MAT2d_Mat2d.cdl +++ b/src/MAT2d/MAT2d_Mat2d.cdl @@ -103,7 +103,6 @@ fields bisectortwotoremove : DataMapOfIntegerBisector from MAT; bisectormap : DataMapOfIntegerBisector from MAT; roots : ListOfBisector from MAT; - thecurrentindex : Integer; isDone : Boolean; end Mat2d;