Salome HOME
Removed unnecessary comment.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Cylinder.cpp
index e487b6a5558a3b281d355d215b1f2e08b28cd6e4..c08ab48dfe379d4251712b8e41de68a8f121a4cc 100644 (file)
@@ -26,7 +26,6 @@ GeomAlgoAPI_Cylinder::GeomAlgoAPI_Cylinder(std::shared_ptr<GeomAPI_Ax2> theAxis,
                                            const double theHeight)
 {
   withAngle = false;
-  //myBasePoint = theBasePoint;
   myAxis = theAxis;
   myRadius = theRadius;
   myHeight = theHeight;