Salome HOME
First part of the test correction for improvement: 2D points selection in multi-trans...
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Point.h
index 88afb276d80b587ab66629cef9debf1c66d7de5b..59995ff4310aeb44edc72c2f950f4d3e09c0c119 100644 (file)
@@ -31,13 +31,6 @@ class SketchPlugin_Point : public SketchPlugin_SketchEntity
     static const std::string MY_COORD_ID("PointCoordindates");
     return MY_COORD_ID;
   }
-  /// Coordinates of the point
-  inline static const std::string& TABLE_ID()
-  {
-    static const std::string MY_TABLE_ID("TableValue");
-    return MY_TABLE_ID;
-  }
-
   /// Returns the kind of a feature
   SKETCHPLUGIN_EXPORT virtual const std::string& getKind()
   {