]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Path.cxx
Cleaning...
[cpPlugins.git] / lib / cpPlugins / Path.cxx
diff --git a/lib/cpPlugins/Path.cxx b/lib/cpPlugins/Path.cxx
deleted file mode 100644 (file)
index 5f58269..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#include <cpPlugins/Path.h>
-
-// -------------------------------------------------------------------------
-void cpPlugins::Path::
-SetITK( itk::LightObject* o )
-{
-  this->Superclass::SetITK( o );
-  bool     s = this->_ITK_2_VTK< 2 >( o );
-  if( !s ) s = this->_ITK_2_VTK< 3 >( o );
-  if( !s )
-  {
-    this->m_VTKObject = NULL;
-    this->m_ITKvVTK = NULL;
-
-  } // fi
-  this->Modified( );
-}
-
-// -------------------------------------------------------------------------
-void cpPlugins::Path::
-SetVTK( vtkObjectBase* o )
-{
-  // Do nothing
-}
-
-// -------------------------------------------------------------------------
-cpPlugins::Path::
-Path( )
-  : Superclass( )
-{
-}
-
-// -------------------------------------------------------------------------
-cpPlugins::Path::
-~Path( )
-{
-}
-
-// eof - $RCSfile$