X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Point.h;h=59995ff4310aeb44edc72c2f950f4d3e09c0c119;hb=c7a5ff20294ae8270bfb9120b8887f0c9959d658;hp=88afb276d80b587ab66629cef9debf1c66d7de5b;hpb=b00c51f919a1de6a50403a7824a9d71d26c69993;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Point.h b/src/SketchPlugin/SketchPlugin_Point.h index 88afb276d..59995ff43 100644 --- a/src/SketchPlugin/SketchPlugin_Point.h +++ b/src/SketchPlugin/SketchPlugin_Point.h @@ -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() {