mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Removed unused variable
This commit is contained in:
parent
0ab4f8b24b
commit
73fa08f272
@ -989,7 +989,6 @@ public class Editor extends JFrame implements RunnerListener {
|
|||||||
List<BoardPort> ports = Base.getDiscoveryManager().discovery();
|
List<BoardPort> ports = Base.getDiscoveryManager().discovery();
|
||||||
for (BoardPort port : ports) {
|
for (BoardPort port : ports) {
|
||||||
String address = port.getAddress();
|
String address = port.getAddress();
|
||||||
String name = port.getBoardName();
|
|
||||||
String label = port.getLabel();
|
String label = port.getLabel();
|
||||||
|
|
||||||
JCheckBoxMenuItem item = new JCheckBoxMenuItem(label, address.equals(selectedPort));
|
JCheckBoxMenuItem item = new JCheckBoxMenuItem(label, address.equals(selectedPort));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user