]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Object.cxx
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
index b4768faab5971f845db0c385bf7bddb7d74b7383..4ca6286c25c8b1049d8f01922e296fe906b76026 100644 (file)
@@ -5,8 +5,6 @@ cpPlugins::Interface::Object::
 Object( )
   : Superclass( )
 {
-  this->m_ClassName = "cpPlugins::Interface::Object";
-  this->m_ClassCategory = "BasicObject";
 }
 
 // -------------------------------------------------------------------------