Skip to content

Commit 8f1ae9b

Browse files
matthijskooijmanfacchinm
authored andcommitted
Remove SketchCode::getLineCount()
It was not used anymore, and removing it makes subsequent refactoring easier.
1 parent 982d4f3 commit 8f1ae9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ public void setProgram(String replacement) {
168168
}
169169

170170

171-
public int getLineCount() {
172-
return BaseNoGui.countLines(program);
173-
}
174-
175-
176171
public void setModified(boolean modified) {
177172
this.modified = modified;
178173
}

0 commit comments

Comments
 (0)