Salome HOME
Initial (compilation) porting to SALOME 8.5.0 current on Debian 8
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Coincident.cpp
index 8d7ea1581f67f9e353e856bedbe4a529db9f3f26..fc2f3e36aa163cd5b35d2dc28d8efb8f4d74b447 100644 (file)
@@ -139,9 +139,6 @@ void SketcherPrs_Coincident::SetColor(const Quantity_NameOfColor aCol)
 void SketcherPrs_Coincident::SetColor(const Quantity_Color &aCol)
 {
   hasOwnColor=Standard_True;
-#ifndef USE_OCCT_720
-  myOwnColor=aCol;
-#endif
 }
 
 void SketcherPrs_Coincident::SetCustomColor(const std::vector<int>& theColor)