X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Point.h;h=ab19947b71339657cab810672446f2195b182e1c;hb=ce72dd01645885d720b731795d676e2feeabc8d6;hp=5111ce0a8922e0e8f47d5a373b89f054efbbfd48;hpb=3c987a8d1b88765224e3ac1388afb91eae17e4d3;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Point.h b/src/SketchPlugin/SketchPlugin_Point.h index 5111ce0a8..ab19947b7 100644 --- a/src/SketchPlugin/SketchPlugin_Point.h +++ b/src/SketchPlugin/SketchPlugin_Point.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -44,12 +44,6 @@ class SketchPlugin_Point : public SketchPlugin_SketchEntity static const std::string MY_COORD_ID("PointCoordinates"); return MY_COORD_ID; } - /// Reference to the parent feature - inline static const std::string& PARENT_ID() - { - static const std::string& MY_PARENT_ID("ParentFeature"); - return MY_PARENT_ID; - } /// Returns the kind of a feature SKETCHPLUGIN_EXPORT virtual const std::string& getKind() {