X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHexoticPlugin%2FHexoticPlugin_Hexotic.hxx;fp=src%2FHexoticPlugin%2FHexoticPlugin_Hexotic.hxx;h=065d8aef3512bbcf65d0451072964c7d2c679431;hb=db79ac22b38c00654a8d33c7dffb2bfe0811579e;hp=a0b94b7a6cd8b4d6a7292303f0bda29bf4d3f945;hpb=3585040a01c84bac65455b191829a9973726cbb5;p=plugins%2Fhexoticplugin.git diff --git a/src/HexoticPlugin/HexoticPlugin_Hexotic.hxx b/src/HexoticPlugin/HexoticPlugin_Hexotic.hxx index a0b94b7..065d8ae 100644 --- a/src/HexoticPlugin/HexoticPlugin_Hexotic.hxx +++ b/src/HexoticPlugin/HexoticPlugin_Hexotic.hxx @@ -53,7 +53,7 @@ class MG_Hexotic_API; class HEXOTICPLUGIN_EXPORT HexoticPlugin_Hexotic: public SMESH_3D_Algo { public: - HexoticPlugin_Hexotic(int hypId, int studyId, SMESH_Gen* gen); + HexoticPlugin_Hexotic(int hypId, SMESH_Gen* gen); virtual ~HexoticPlugin_Hexotic(); #ifdef WITH_BLSURFPLUGIN @@ -122,10 +122,6 @@ private: const BLSURFPlugin_Hypothesis* _blsurfHypo; #endif - - SALOMEDS::Study_var myStudy; - SMESH_Gen_i* smeshGen_i; - }; #endif