]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/DataObject.cxx
Widget integration (step 5/6): generic widget controller finished and tested on linux...
[cpPlugins.git] / lib / cpPlugins / Interface / DataObject.cxx
index 536ea811fdeb90c8b124a199f71bdb908a1981d2..580434548740a34c758e10bb702be2e0705363ba 100644 (file)
@@ -70,8 +70,6 @@ DataObject( )
     m_VTKObject( NULL ),
     m_Source( NULL )
 {
-  this->m_ClassName = "cpPlugins::Interface::DataObject";
-  this->m_ClassCategory = "BasicObject";
 }
 
 // -------------------------------------------------------------------------