Salome HOME
#878 Segmentation fault when setting distance on the two same points
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintCoincidence.cpp
index 4f5110400708e8c5b4bdd8636a44208c1fd4ca19..85a255bfb8fa924fa459ec9bbb82439fb9e35009 100644 (file)
@@ -36,9 +36,6 @@ AISObjectPtr SketchPlugin_ConstraintCoincidence::getAISObject(AISObjectPtr thePr
   AISObjectPtr anAIS = thePrevious;
   if (!anAIS) {
     anAIS = SketcherPrs_Factory::coincidentConstraint(this, sketch()->coordinatePlane());
-  //std::vector<int> aRGB = Config_PropManager::color("Visualization", "sketch_constraint_color",
-  //                                                  SKETCH_DIMENSION_COLOR);
-  //anAIS->setColor(aRGB[0], aRGB[1], aRGB[2]);
   }
   return anAIS;
 }