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 982d4f3 commit 8f1ae9bCopy full SHA for 8f1ae9b
arduino-core/src/processing/app/SketchCode.java
@@ -168,11 +168,6 @@ public void setProgram(String replacement) {
168
}
169
170
171
- public int getLineCount() {
172
- return BaseNoGui.countLines(program);
173
- }
174
-
175
176
public void setModified(boolean modified) {
177
this.modified = modified;
178
0 commit comments