]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageWriter.h
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageWriter.h
index 0dd3a2532dfbb3b6ef36efd0bfd35fedf8863a22..20c519e9ad6425ff81c9df66fdfc05e266b62703 100644 (file)
@@ -24,9 +24,6 @@ namespace cpPlugins
       itkTypeMacro( ImageWriter, cpPluginsInterfaceImageSink );
       cpPlugins_Id_Macro( cpPlugins::IO::ImageWriter, IO );
 
-    public:
-      virtual DialogResult ExecConfigurationDialog( QWidget* parent );
-
     protected:
       ImageWriter( );
       virtual ~ImageWriter( );
@@ -34,7 +31,7 @@ namespace cpPlugins
       virtual std::string _GenerateData( );
 
       /*
-       * These two methods are Microsort courtesy: inner loop error !
+       * These two methods are Micro$oft courtesy: inner loop error !
        */
       template< unsigned int D >
         inline std::string _GD0_Image( );
@@ -51,9 +48,6 @@ namespace cpPlugins
       Self& operator=( const Self& );
     };
 
-    // ---------------------------------------------------------------------
-    CPPLUGINS_INHERIT_PROVIDER( ImageWriter );
-
   } // ecapseman
 
 } // ecapseman