From 1e178350a383460e34a70b2a3584c158c944ccd5 Mon Sep 17 00:00:00 2001 From: Clarisse Genrault Date: Tue, 14 Feb 2017 10:48:53 +0100 Subject: [PATCH] Removed unnecessary comment. --- src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2