]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/EntityGUI/EntityGUI.cxx
Salome HOME
Remove obsolete conditionals
[modules/geom.git] / src / EntityGUI / EntityGUI.cxx
index ea4281cbd6358d6fe77d800766441b24bc23398c..b6f36c8ad524ded52e3d0bd396bdb798db117fdc 100644 (file)
@@ -354,11 +354,7 @@ void EntityGUI::DisplaySimulationShape( const TopoDS_Shape& S1, const TopoDS_Sha
   try {
     if ( !S1.IsNull() ) {
       /* erase any previous */
-#if OCC_VERSION_LARGE <= 0x06060000
-      ic->Erase( mySimulationShape1, Standard_True, Standard_False );
-#else
       ic->Erase( mySimulationShape1, Standard_True );
-#endif
       ic->ClearPrs( mySimulationShape1 );
 
       mySimulationShape1 = new AIS_Shape( TopoDS_Shape() );