]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshReader.h
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshReader.h
index 7544a243436aa5a3953d75b8e96e2a16b887e5be..e86e36b9f8566b50870da9b4d1b80cec5e4eec06 100644 (file)
@@ -24,12 +24,7 @@ namespace cpPlugins
     public:
       itkNewMacro( Self );
       itkTypeMacro( MeshReader, cpPluginsInterfaceMeshSource );
-      cpPlugins_Id_Macro(
-        cpPlugins::IO::MeshReader, "MeshReader"
-        );
-
-    public:
-      virtual bool ExecConfigurationDialog( QWidget* parent );
+      cpPlugins_Id_Macro( cpPlugins::IO::MeshReader, IO );
 
     protected:
       MeshReader( );
@@ -49,9 +44,6 @@ namespace cpPlugins
       Self& operator=( const Self& );
     };
 
-    // ---------------------------------------------------------------------
-    CPPLUGINS_INHERIT_PROVIDER( MeshReader );
-
   } // ecapseman
 
 } // ecapseman