unused method removed

This commit is contained in:
nik
2015-09-28 10:39:27 +03:00
parent 416895110e
commit c7695224c2
@@ -145,8 +145,4 @@ public class AlternativeJREPanel extends JPanel implements PanelWithAnchor {
myAnchor = anchor;
myCbEnabled.setAnchor(anchor);
}
public JBCheckBox getCbEnabled() {
return myCbEnabled;
}
}