Salome HOME
Removed not used function SimpleAISobject
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Line.h
index 46161cf74235b87300967783a5611713f2675c41..be5fadaad66033f31cbf06f746750f9cfc69f55c 100644 (file)
@@ -54,12 +54,6 @@ class SketchPlugin_Line : public SketchPlugin_Feature
   /// Request for initialization of data model of the feature: adding all attributes
   SKETCHPLUGIN_EXPORT virtual void initAttributes();
 
-  /// Returns the AIS preview
-  SKETCHPLUGIN_EXPORT virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious)
-  {
-    return simpleAISObject(firstResult(), thePrevious);
-  }
-
   /// Moves the feature
   /// \param theDeltaX the delta for X coordinate is moved
   /// \param theDeltaY the delta for Y coordinate is moved