]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/BaseObjects/Widget.cxx
...
[cpPlugins.git] / lib / cpPlugins / BaseObjects / Widget.cxx
index 93bf1b93b9757957d35aacf41ddcb6638d24141d..4d574904be2a9f5891015ffd3e8b3db3e365a761 100644 (file)
@@ -1,14 +1,5 @@
 #include <cpPlugins/BaseObjects/Widget.h>
 
-// -------------------------------------------------------------------------
-itk::ModifiedTimeType cpPlugins::BaseObjects::Widget::
-GetMTime( ) const
-{
-  // Let time only be managed by itk -> synch issues when data is
-  // represented by vtk
-  return( this->itk::Object::GetMTime( ) );
-}
-
 // -------------------------------------------------------------------------
 bool cpPlugins::BaseObjects::Widget::
 IsInteractive( )
@@ -35,8 +26,7 @@ cpPlugins::BaseObjects::Widget::
 Widget( )
   : Superclass( )
 {
-  this->m_Parameters.ConfigureAsString( "Text" );
-  this->m_Parameters.SetString( "Text", "" );
+  this->m_Parameters.ConfigureAsString( "Text", "" );
 }
 
 // -------------------------------------------------------------------------