We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fffcd6 commit 651dcd5Copy full SHA for 651dcd5
app/src/processing/app/EditorLineStatus.java
@@ -52,7 +52,6 @@ public class EditorLineStatus extends JComponent {
52
String text = "";
53
String name = "";
54
String port = "";
55
- String serialnumber = "";
56
57
public EditorLineStatus() {
58
background = Theme.getColor("linestatus.bgcolor");
@@ -136,10 +135,6 @@ public void setPort(String port) {
136
135
this.port = port;
137
}
138
139
- public void setSerialNumber(String serialnumber) {
140
- this.serialnumber = serialnumber;
141
- }
142
-
143
public Dimension getPreferredSize() {
144
return scale(new Dimension(300, height));
145
0 commit comments