Commit 3656b60baa247e1a6baa3fc5590cd83c26fbdb1b
1 parent
261e6ec7
Exists in
master
and in
32 other branches
Refactoring unmarshallPlotFunction
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
... | ... | @@ -1907,9 +1907,6 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass |
1907 | 1907 | $plotInput->{"stopDate"} = $stop_time_plotfunction; |
1908 | 1908 | $plotInput->{"file-prefix"} = RequestOutPutPlotElementPlotFunctionNodeClass::REQUESTOUTPUTPLOTELEMENT_PLOTFUNCTION_NAME; |
1909 | 1909 | |
1910 | - | |
1911 | - //Find current panel | |
1912 | - $crtPanel = NULL; | |
1913 | 1910 | foreach ($plotInput->{'panels'} as $panel) { |
1914 | 1911 | if ($input->{'panelId'} == $panel->{'id'}) { |
1915 | 1912 | if ($panel->{'panel-plot-type'} !== 'timePlot') | ... | ... |