]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Validators.cpp
Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Validators.cpp
index a613620761710efe89c4f014b9fc02deff3c3bac..befd4cb150b94ab6e378c2abc979beb568d33e2a 100644 (file)
@@ -64,9 +64,6 @@ bool SketchPlugin_DistanceAttrValidator::isValid(
   }
   return false;
 }
-
-
-
 bool SketchPlugin_TangentAttrValidator::isValid(
   const AttributePtr& theAttribute, const std::list<std::string>& theArguments ) const
 {
@@ -136,4 +133,3 @@ bool SketchPlugin_TangentAttrValidator::isValid(
 }
 
 
-