mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +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) {
|
||||
this.modified = modified;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user