mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Remove SketchCode::getLineCount()
It was not used anymore, and removing it makes subsequent refactoring easier.
This commit is contained in:
parent
982d4f3fbf
commit
8f1ae9ba0b
@ -168,11 +168,6 @@ public class SketchCode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public int getLineCount() {
|
|
||||||
return BaseNoGui.countLines(program);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public void setModified(boolean modified) {
|
public void setModified(boolean modified) {
|
||||||
this.modified = modified;
|
this.modified = modified;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user