Skip to content

Commit c9da9bd

Browse files
Remove SketchCode::getLineCount()
It was not used anymore, and removing it makes subsequent refactoring easier.
1 parent b25ed1c commit c9da9bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ public void setProgram(String replacement) {
169169
}
170170

171171

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

0 commit comments

Comments
 (0)