]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Mesh.cxx
Widget integration (step 5/6): generic widget controller finished and tested on linux...
[cpPlugins.git] / lib / cpPlugins / Interface / Mesh.cxx
index 0dc2f9aab5ab3872b59cdbf5247d5b614a6c18eb..2866967ae73376e7a4a508aa911ab5a1274e3f0b 100644 (file)
@@ -65,8 +65,6 @@ Mesh( )
     m_Mapper( NULL ),
     m_Actor( NULL )
 {
-  this->m_ClassName = "cpPlugins::Interface::Mesh";
-  this->m_ClassCategory = "BasicObject";
 }
 
 // -------------------------------------------------------------------------