Skip to content

Commit ab14c63

Browse files
matthijskooijmanfacchinm
authored andcommitted
Remove SketchData.setName()
It was not used, and since it only updated the `name` attribute, but not the corresponding `file` attribute, nor actually handled renaming actual files, having this method around would actually be harmful, so just drop it.
1 parent 6c2a94e commit ab14c63

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arduino-core/src/processing/app/SketchData.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@ public String getName() {
248248
return name;
249249
}
250250

251-
public void setName(String name) {
252-
this.name = name;
253-
}
254-
255251
public void clearCodeDocs() {
256252
codes.clear();
257253
}

0 commit comments

Comments
 (0)