]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Porting to VTK 6.
authorouv <ouv@opencascade.com>
Wed, 30 Jan 2013 12:29:16 +0000 (12:29 +0000)
committerouv <ouv@opencascade.com>
Wed, 30 Jan 2013 12:29:16 +0000 (12:29 +0000)
First compilable version of GEOM and SMESH modules.

src/OCC2VTK/GEOM_VertexSource.h

index 47bf37152458d9ee3f80a461e4d43372b0b2e709..6a1ef4b07e521c87e66746e59f3311854d609917 100755 (executable)
@@ -49,7 +49,6 @@ public:
 protected: 
   TVertexSet myVertexSet; 
  
-  virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
   virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
  
   GEOM_VertexSource();