]> Creatis software - cpPlugins.git/blobdiff - plugins/cpExtensions/SkeletonReader.h
...
[cpPlugins.git] / plugins / cpExtensions / SkeletonReader.h
diff --git a/plugins/cpExtensions/SkeletonReader.h b/plugins/cpExtensions/SkeletonReader.h
deleted file mode 100644 (file)
index 0d2903e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef __cpPluginscpExtensions__SkeletonReader__h__
-#define __cpPluginscpExtensions__SkeletonReader__h__
-
-#include <cpPluginscpExtensions_Export.h>
-#include <cpPlugins/BaseObjects/ProcessObject.h>
-
-namespace cpPluginscpExtensions
-{
-  /**
-   */
-  class cpPluginscpExtensions_EXPORT SkeletonReader
-    : public cpPlugins::BaseObjects::ProcessObject
-  {
-    cpPluginsObject(
-      SkeletonReader,
-      cpPlugins::BaseObjects::ProcessObject,
-      IO
-      );
-
-  public:
-    virtual QDialog* CreateQDialog( ) cpPlugins_OVERRIDE;
-
-  protected:
-    template< unsigned int _VDim >
-    inline std::string _GD0( );
-  };
-
-} // ecapseman
-
-#endif // __cpPluginscpExtensions__SkeletonReader__h__
-
-
-// eof - $RCSfile$