Salome HOME
Merge from BR_new_bop4 (porting to new OCCT BOP) 13/09/2013
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_VertexSolid.hxx
index 8a812e545d19784cfae3ddf1526f87a752302f60..c7f5b98eb9db7a499f875067cb766044ee81206d 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <Standard.hxx>
 #include <Standard_Macro.hxx>
+
 #include <GEOMAlgo_ShapeSolid.hxx>
 
 //=======================================================================
@@ -49,9 +50,6 @@ class GEOMAlgo_VertexSolid  : public GEOMAlgo_ShapeSolid
     virtual  void Perform() ;
 
 protected:
-  Standard_EXPORT
-    virtual  void Prepare() ;
-
   Standard_EXPORT
     virtual  void BuildResult() ;
 };