X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionPlugin%2FConstructionPlugin_Plugin.cpp;h=c60c022b4311028afd31a9c801159ed0d1158822;hb=eef14b29d313b9dd16453d12f20aa02383ee139c;hp=4731cc4c8c766fea1a5e00d6398838618711dd49;hpb=26eb9df03b20bbec3ecafbda1a1b1fcfe5f06bbc;p=modules%2Fshaper.git diff --git a/src/ConstructionPlugin/ConstructionPlugin_Plugin.cpp b/src/ConstructionPlugin/ConstructionPlugin_Plugin.cpp index 4731cc4c8..c60c022b4 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_Plugin.cpp +++ b/src/ConstructionPlugin/ConstructionPlugin_Plugin.cpp @@ -21,10 +21,6 @@ ConstructionPlugin_Plugin::ConstructionPlugin_Plugin() ModelAPI_Session::get()->registerPlugin(this); // register construction properties - Config_PropManager::registerProp("Visualization", "construction_point_color", "Construction point color", - Config_Prop::Color, ConstructionPlugin_Point::DEFAULT_COLOR()); - Config_PropManager::registerProp("Visualization", "construction_axis_color", "Construction axis color", - Config_Prop::Color, ConstructionPlugin_Axis::DEFAULT_COLOR()); Config_PropManager::registerProp("Visualization", "construction_plane_color", "Construction plane color", Config_Prop::Color, ConstructionPlugin_Plane::DEFAULT_COLOR()); }