]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Constraint.cpp
Salome HOME
bugfix for libSketchSolver.so: removing unresolved symbols from the SketchPlugin
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.cpp
diff --git a/src/SketchPlugin/SketchPlugin_Constraint.cpp b/src/SketchPlugin/SketchPlugin_Constraint.cpp
deleted file mode 100644 (file)
index 70e4d7b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// File:    SketchPlugin_Constraint.cpp
-// Created: 08 May 2014
-// Author:  Artem ZHIDKOV
-
-#include "SketchPlugin_Constraint.h"
-
-boost::shared_ptr<GeomAPI_AISObject> SketchPlugin_Constraint::getAISObject(
-                              boost::shared_ptr<GeomAPI_AISObject> thePrevious)
-{ 
-  return thePrevious;
-}