Remove SketchCode::getLineCount()

It was not used anymore, and removing it makes subsequent refactoring
easier.
This commit is contained in:
Matthijs Kooijman 2015-12-07 12:59:11 +01:00 committed by Martino Facchin
parent 982d4f3fbf
commit 8f1ae9ba0b
1 changed files with 0 additions and 5 deletions

View File

@ -168,11 +168,6 @@ public class SketchCode {
}
public int getLineCount() {
return BaseNoGui.countLines(program);
}
public void setModified(boolean modified) {
this.modified = modified;
}