From a883a0b7b78afe088d58a1916fc81d07d5b2a843 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Tue, 17 Jun 2025 15:15:18 +0200 Subject: [PATCH] #3579 ManualContourModel_Interpolate --- bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx | 1 - .../widgets/manualContour/ManualContourModel_Interpolate.h | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx b/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx index be7f756..7f00080 100644 --- a/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx +++ b/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx @@ -86,7 +86,6 @@ void ColorLayerImageView::Process() // firsttime=false; clivp->SetActive( bbGetInputActive() ); } - std::vector range = bbGetInputlstRangeForColorBar(); std::vector colorbarposition = bbGetInputColorBarPosition(); std::vector base_color = bbGetInputlstBaseColor(); diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/ManualContourModel_Interpolate.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/ManualContourModel_Interpolate.h index a51a591..8188576 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/ManualContourModel_Interpolate.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/ManualContourModel_Interpolate.h @@ -1,6 +1,4 @@ -//===== -// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) -//===== + #ifndef manualContourModel_Interpolate_h #define manualContourModel_Interpolate_h @@ -182,9 +180,6 @@ void CopyContour2InContour1( std::vector *lstInX, std::vector lstInconsistentContourY; std::vector lstInconsistentContourID; -//===== -// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) -//===== }; -- 2.49.0