mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +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();
|
||||
for (BoardPort port : ports) {
|
||||
String address = port.getAddress();
|
||||
String name = port.getBoardName();
|
||||
String label = port.getLabel();
|
||||
|
||||
JCheckBoxMenuItem item = new JCheckBoxMenuItem(label, address.equals(selectedPort));
|
||||
|
Loading…
x
Reference in New Issue
Block a user