From 33c4caa543e8825362c330a3b3362ac4e47155ff Mon Sep 17 00:00:00 2001 From: abd Date: Tue, 24 Apr 2007 15:11:02 +0000 Subject: [PATCH] Fix unresolvable symbols --- src/GHS3DPlugin_GHS3D.hxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/GHS3DPlugin_GHS3D.hxx b/src/GHS3DPlugin_GHS3D.hxx index f49ecb2..48625e6 100644 --- a/src/GHS3DPlugin_GHS3D.hxx +++ b/src/GHS3DPlugin_GHS3D.hxx @@ -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); - private: int _iShape; int _nbShape; -- 2.39.2