Salome HOME
refs #514: add 'Cursor for specific operations' section into preferences of HYDRO...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImagePrs.cxx
index d10a6f91ff7e557d092f9e1a34bb0513aa6e02a9..8f84dcc0a699527f4e509eafc3db3df7e1d48c4c 100644 (file)
@@ -97,11 +97,6 @@ void HYDROGUI_ImagePrs::Compute( const Handle(PrsMgr_PresentationManager3d)&,
 
     if ( aMode == 0 )
     {
-//        Handle(Graphic3d_AspectLine3d) aLineAspect =
-//            new Graphic3d_AspectLine3d( Quantity_NOC_WHITE, Aspect_TOL_SOLID, 1.0 );
-
-//        aGroup->SetGroupPrimitivesAspect( aLineAspect );
-
         Handle(Graphic3d_ArrayOfPolylines) aSegments = new Graphic3d_ArrayOfPolylines( 5 );
         aSegments->AddVertex( convert( myContour[0] ) );
         aSegments->AddVertex( convert( myContour[1] ) );