diff --git a/src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php b/src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php index a2636f2..9bf015f 100644 --- a/src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php +++ b/src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php @@ -1907,9 +1907,6 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass $plotInput->{"stopDate"} = $stop_time_plotfunction; $plotInput->{"file-prefix"} = RequestOutPutPlotElementPlotFunctionNodeClass::REQUESTOUTPUTPLOTELEMENT_PLOTFUNCTION_NAME; - - //Find current panel - $crtPanel = NULL; foreach ($plotInput->{'panels'} as $panel) { if ($input->{'panelId'} == $panel->{'id'}) { if ($panel->{'panel-plot-type'} !== 'timePlot') -- libgit2 0.21.2