From: apo Date: Mon, 15 Jan 2007 09:30:34 +0000 (+0000) Subject: We need not to build presentation explicitly on VISU_PipeLine::DoShallowCopy, VISU_Ma... X-Git-Tag: WP1_2_3_17-01-2007_Data_format_at_entry_of_visualization_pipeline~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5f8e4b1eb4879bc58c696440d2c330e8abe0a755;p=modules%2Fvisu.git We need not to build presentation explicitly on VISU_PipeLine::DoShallowCopy, VISU_MapperHolder::ShallowCopy will do it implicitly --- diff --git a/src/PIPELINE/VISU_PipeLine.cxx b/src/PIPELINE/VISU_PipeLine.cxx index 31877305..baf38b5e 100644 --- a/src/PIPELINE/VISU_PipeLine.cxx +++ b/src/PIPELINE/VISU_PipeLine.cxx @@ -108,7 +108,6 @@ VISU_PipeLine { GetMapperHolder()->ShallowCopy(thePipeLine->GetMapperHolder(), theIsCopyInput); - Build(); }