]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Constraint.cpp
Salome HOME
Initial version of redesign of working with results
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.cpp
index 5e8727687f0407e6cfb4fb7dd119b6382691f7b9..70e4d7be6d96affc0c23c53d8980c3fdee2082ce 100644 (file)
@@ -9,9 +9,3 @@ boost::shared_ptr<GeomAPI_AISObject> SketchPlugin_Constraint::getAISObject(
 { 
   return thePrevious;
 }
-
-const boost::shared_ptr<GeomAPI_Shape>&  SketchPlugin_Constraint::preview()
-{
-  return getPreview();
-}
-