1
0
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:
Cristian Maglie 2013-06-04 21:45:56 +02:00
parent 0ab4f8b24b
commit 73fa08f272

View File

@ -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));