Salome HOME
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
[modules/shaper.git] / src / ModelAPI / ModelAPI_Plugin.h
index 829cb750f32e4849b68b0a196cc0e35993d9dc9c..b23bf3f1244d42e7def9a94af7afd743a97e4d9c 100644 (file)
@@ -28,13 +28,6 @@ class MODELAPI_EXPORT ModelAPI_Plugin
   virtual ~ModelAPI_Plugin()
   {
   }
-
- protected:
-  /// Is needed for python wrapping by swig
-  ModelAPI_Plugin()
-  {
-  }
-  ;
 };
 
 #endif