]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Image.cxx
Widget integration (step 5/6): generic widget controller finished and tested on linux...
[cpPlugins.git] / lib / cpPlugins / Interface / Image.cxx
index ad7b3ad19f02a8e053d01cba32e41bcd08387893..48b90740a68b7a0e6753c344ed32ee2528ac44b9 100644 (file)
@@ -14,8 +14,6 @@ cpPlugins::Interface::Image::
 Image( )
   : Superclass( )
 {
-  this->m_ClassName = "cpPlugins::Interface::Image";
-  this->m_ClassCategory = "BasicObject";
 }
 
 // -------------------------------------------------------------------------