X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FGraphic3d%2FGraphic3d_CStructure.cxx;h=ecc6e8d23f71d9cdd2ceb0531683be152e9bf0bb;hb=2831708b17f4ffe07eac5868bfa35fe2d4b8673f;hpb=a47d34efa92b475befec49295dc47519089f9f64 diff --git a/src/Graphic3d/Graphic3d_CStructure.cxx b/src/Graphic3d/Graphic3d_CStructure.cxx index 9fa9fe9212..ecc6e8d23f 100644 --- a/src/Graphic3d/Graphic3d_CStructure.cxx +++ b/src/Graphic3d/Graphic3d_CStructure.cxx @@ -42,14 +42,4 @@ Graphic3d_CStructure::Graphic3d_CStructure (const Handle(Graphic3d_StructureMana myGraphicDriver (theManager->GraphicDriver()) { Id = myGraphicDriver->NewIdentification(); - - ContextLine.IsDef = 1, - ContextFillArea.IsDef = 1, - ContextMarker.IsDef = 1, - ContextText.IsDef = 1; - - ContextLine.IsSet = 0, - ContextFillArea.IsSet = 0, - ContextMarker.IsSet = 0, - ContextText.IsSet = 0; }