Salome HOME
Merge branch 'master' of newgeom:newgeom.git into BR_PYTHON_PLUGIN
[modules/shaper.git] / src / ModelAPI / ModelAPI_Plugin.h
index 0e910ae1f4cc9d2f829a9867d5bb67b51e98b738..5b107d5a4730287c40d55d5c004a75887baa06da 100644 (file)
@@ -26,13 +26,6 @@ class MODELAPI_EXPORT ModelAPI_Plugin
   virtual ~ModelAPI_Plugin()
   {
   }
-
- protected:
-  /// Is needed for python wrapping by swig
-  ModelAPI_Plugin()
-  {
-  }
-  ;
 };
 
 #endif