From: Clarisse Genrault Date: Tue, 14 Feb 2017 09:48:53 +0000 (+0100) Subject: Removed unnecessary comment. X-Git-Tag: V_2.7.0~285 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1e178350a383460e34a70b2a3584c158c944ccd5;p=modules%2Fshaper.git Removed unnecessary comment. --- diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp index e487b6a55..c08ab48df 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp @@ -26,7 +26,6 @@ GeomAlgoAPI_Cylinder::GeomAlgoAPI_Cylinder(std::shared_ptr theAxis, const double theHeight) { withAngle = false; - //myBasePoint = theBasePoint; myAxis = theAxis; myRadius = theRadius; myHeight = theHeight;