X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintCoincidence.cpp;h=85a255bfb8fa924fa459ec9bbb82439fb9e35009;hb=20d233731eaae06b9a75280a2ca675bc9a11cc72;hp=4f5110400708e8c5b4bdd8636a44208c1fd4ca19;hpb=5352bbb1915f98d1f02b1cb953a2de19b286a28c;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp index 4f5110400..85a255bfb 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp @@ -36,9 +36,6 @@ AISObjectPtr SketchPlugin_ConstraintCoincidence::getAISObject(AISObjectPtr thePr AISObjectPtr anAIS = thePrevious; if (!anAIS) { anAIS = SketcherPrs_Factory::coincidentConstraint(this, sketch()->coordinatePlane()); - //std::vector aRGB = Config_PropManager::color("Visualization", "sketch_constraint_color", - // SKETCH_DIMENSION_COLOR); - //anAIS->setColor(aRGB[0], aRGB[1], aRGB[2]); } return anAIS; }