]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshWriter.h
Widget integration (step 3/6). WARNING: IT DOES NOT COMPILE YET
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshWriter.h
index cd776f61b7db07bbb9397afc65e264fda0009eb8..db13601e8739362b78e76a392f2a053804f78d69 100644 (file)
@@ -35,9 +35,6 @@ namespace cpPlugins
       // Purposely not implemented
       MeshWriter( const Self& );
       Self& operator=( const Self& );
-
-    protected:
-      vtkDataWriter* m_Writer;
     };
 
     // ---------------------------------------------------------------------