]> Creatis software - clitk.git/blobdiff - vv/vvSlicer.cxx
Clean-up while debugging
[clitk.git] / vv / vvSlicer.cxx
index 92463226aa392cb2bbd719dea9558e00eac8bc73..a915a6b84b1b616e16430e23dad84853e2d7eee3 100644 (file)
@@ -21,7 +21,6 @@
 #include "vvSlicerManagerCommand.h"
 #include "vvGlyphSource.h"
 #include "vvGlyph2D.h"
-#include "vvImageMapToWLColors.h"
 
 #include <vtkTextProperty.h>
 #include <vtkTextActor.h>
@@ -137,9 +136,6 @@ vvSlicer::vvSlicer()
   this->GetRenderer()->AddActor(legend);
   showFusionLegend = false;
 
-  this->WindowLevel->Delete();
-  this->WindowLevel = vvImageMapToWLColors::New();
-
   this->InstallPipeline();
 
   mLinkOverlayWindowLevel = true;