]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Remove un-necessary code
authorvsr <vsr@opencascade.com>
Wed, 14 Oct 2009 16:38:02 +0000 (16:38 +0000)
committervsr <vsr@opencascade.com>
Wed, 14 Oct 2009 16:38:02 +0000 (16:38 +0000)
src/VISU_I/VISU_Prs3d_i.cc

index 620cf98d36caafbc3cd07d9fbc29fcc43c832aab..4df6da918883ac383eb9ceb222dd3522754cf7b0 100644 (file)
@@ -100,10 +100,6 @@ VISU::Prs3d_i::~Prs3d_i()
 {
   if(MYDEBUG) MESSAGE("Prs3d_i::~Prs3d_i - this = "<<this);
   ProcessVoidEvent(new TInvokeSignalEvent(myRemoveActorsFromRendererSignal));
-  // VSR (27/08/09): Next line is commented, because it causes SIGSEGV
-  //               : Actually not needed, 'cause GenericObjPtr watches to the stored pointer and
-  //               : calls Destroy() in its destructor.
-  //if(myResult) myResult->Destroy(); 
 }
 
 
@@ -164,10 +160,6 @@ VISU::Prs3d_i
 
   if(theResult) {
     SetStudyDocument(theResult->GetStudyDocument());
-    theResult->Register();
-  }
-  if(myResult) {
-    myResult->Destroy();
   }
   
   VISU::TSetModified aModified(this);