Salome HOME
Merging with V3_2_4
[plugins/ghs3dplugin.git] / src / GHS3DPlugin_GHS3D.hxx
index a3855abc2e4f5cc93c42fda957e7d81258684c7f..ebe1933952111f8656b0e2cf79c0198f74f59613 100644 (file)
@@ -43,11 +43,6 @@ public:
   virtual bool Compute(SMESH_Mesh&         aMesh,
                       const TopoDS_Shape& aShape);
 
-  ostream & SaveTo(ostream & save);
-  istream & LoadFrom(istream & load);
-  friend ostream & operator << (ostream & save, GHS3DPlugin_GHS3D & hyp);
-  friend istream & operator >> (istream & load, GHS3DPlugin_GHS3D & hyp);
-
 };
 
 #endif