From df7d01fe15126e35abd60fb7e635cfbec264d495 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Sat, 21 Mar 2020 17:39:39 +0300 Subject: [PATCH] Remove unused lines of code. --- src/PartSet/PartSet_Tools.cpp | 3 --- 1 file changed, 3 deletions(-) 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(); -- 2.39.2