Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanho committed Aug 6, 2024
1 parent fc25c39 commit 50b8e19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ucar/unidata/idv/control/FlowCrossSectionControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public boolean init(DataChoice dataChoice)
levelsList = dataChoice.getAllLevels(null);
xsDisplay = createXSDisplay();
vcsDisplay = createVCSDisplay();
controlList = new ArrayList<>();
//Now set the data (which uses the displayables above).
if ( !setData(dataChoice)) {
return false;
Expand Down

0 comments on commit 50b8e19

Please sign in to comment.