X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_Error.h;h=4b4347f364de9bb44e3126b8abd90088fe296134;hb=5a67842979db286af5bb5015fe413d8b06c6587e;hp=3093e7bc9ac20f73330e224af1021104ef8d2178;hpb=e88cfb97fcb9e38b9cfa32fcb8024396dc6b78e0;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_Error.h b/src/SketchSolver/SketchSolver_Error.h index 3093e7bc9..4b4347f36 100644 --- a/src/SketchSolver/SketchSolver_Error.h +++ b/src/SketchSolver/SketchSolver_Error.h @@ -103,12 +103,6 @@ class SketchSolver_Error static const std::string MY_ERROR_VALUE("Caution: SolveSpace crash! Constraints are wrong"); return MY_ERROR_VALUE; } - /// Constraint has wrong type - inline static const std::string& WRONG_CONSTRAINT_TYPE() - { - static const std::string MY_ERROR_VALUE("Unsupported type of constraint"); - return MY_ERROR_VALUE; - } }; #endif