From: Artem Zhidkov Date: Sat, 21 Mar 2020 14:39:39 +0000 (+0300) Subject: Remove unused lines of code. X-Git-Tag: V9_5_0a2~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=df7d01fe15126e35abd60fb7e635cfbec264d495;p=modules%2Fshaper.git Remove unused lines of code. --- diff --git a/src/PartSet/PartSet_Tools.cpp b/src/PartSet/PartSet_Tools.cpp index 2e049d19d..2bb8ccb2d 100644 --- a/src/PartSet/PartSet_Tools.cpp +++ b/src/PartSet/PartSet_Tools.cpp @@ -182,9 +182,6 @@ Handle(V3d_View) theView, gp_Vec aDeltaVec = anEyeVec * aLVec; aVec = aVec - aDeltaVec; } -else { - int qq = 0; -} } theX = aVec.X() * aX->x() + aVec.Y() * aX->y() + aVec.Z() * aX->z(); theY = aVec.X() * anY->x() + aVec.Y() * anY->y() + aVec.Z() * anY->z();