Salome HOME
17.12.2013. Added Partition algorithm (draft version).
[modules/hydro.git] / src / HYDROPy / HYDROData_Object.sip
index 85322fc900db3498964b16e5f869a69db469cb51..6a9e89b45b74d498404ab83d3f16b40cf4b279af 100644 (file)
@@ -20,7 +20,6 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-
 %ExportedHeaderCode
 #include <HYDROData_Object.h>
 %End
@@ -41,10 +40,6 @@ class HYDROData_Object : HYDROData_Entity /Abstract/
       // HYDROData_Object sub-classes provide a unique kind ID.
       switch ( sipCpp->GetKind() )
       {
-        case KIND_POLYLINE:
-          sipClass = sipClass_HYDROData_Polyline;
-          break;
-
         case KIND_UNKNOWN:
           sipClass = sipClass_HYDROData_Object;
           break;