Salome HOME
Runtime error on loading PartSet plugin under linux fixed.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Feature.cpp
index dcd2f9847d14220cffbb693f67aed8448fb87e0d..6e0f7111d1c29125622aae6885db76c5e1003b5e 100644 (file)
@@ -31,13 +31,3 @@ SketchPlugin_Sketch* SketchPlugin_Feature::sketch()
   return mySketch;
 }
 
-
-void SketchPlugin_Feature::customisePresentation(AISObjectPtr thePrs)
-{
-  // if this is an edge
-  if (thePrs->getShapeType() == 6)
-    thePrs->setWidth(3);
-  // if this is a vertex
-  else if (thePrs->getShapeType() == 7)
-    thePrs->setPointMarker(6, 2.);
-}
\ No newline at end of file