mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025765: Coding rules - clean up code from obsolete macro checks
Unused code paths (including definition of these macros and meaningless comments) were eliminated.
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
//#define No_Standard_OutOfRange
|
||||
|
||||
#define OCC191 // jfa 26/02/2002 Bug of cone display
|
||||
|
||||
#include <HLRBRep_Data.ixx>
|
||||
|
||||
#include <StdFail_UndefinedDerivative.hxx>
|
||||
@@ -830,9 +828,7 @@ void HLRBRep_Data::Update (const HLRAlgo_Projector& P)
|
||||
mySLProps.SetParameters(pu,pv);
|
||||
gp_Pnt Pt;
|
||||
Pt = EC.Value3D(p);
|
||||
#ifdef OCC191
|
||||
if (mySLProps.IsNormalDefined())
|
||||
#endif
|
||||
{
|
||||
gp_Vec Nm = mySLProps.Normal();
|
||||
Pt.Transform(T);
|
||||
|
Reference in New Issue
Block a user