Skip to content

Commit

Permalink
fix: Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood committed Jul 2, 2019
1 parent 1eaf5a9 commit 1483395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/src/jmri/jmrit/display/layoutEditor/LayoutEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ public class LayoutEditor extends PanelEditor implements MouseWheelListener {

private transient JMenu toolBarFontSizeMenu = new JMenu(Bundle.getMessage("FontSize"));
private transient JCheckBoxMenuItem wideToolBarCheckBoxMenuItem = new JCheckBoxMenuItem(Bundle.getMessage("ToolBarWide"));
private transient JMenu dropDownListsDisplayOrderMenu = new JMenu(Bundle.getMessage("DropDownListsDisplayOrder"));

private transient JCheckBoxMenuItem positionableCheckBoxMenuItem = null;
private transient JCheckBoxMenuItem controlCheckBoxMenuItem = null;
Expand Down

0 comments on commit 1483395

Please sign in to comment.