removed unneeded field and method

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@975 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 0b4cbb226c
commit ecd93bbac0
  1. 9
      jode/jode/decompiler/TabbedPrintWriter.java

@ -100,15 +100,6 @@ public class TabbedPrintWriter {
makeIndentStr();
}
private String newline = System.getProperty("line.separator");
// public void write(String str) {
// if (atbol)
// super.write(indentStr);
// super.write(str);
// atbol = (str.equals(newline));
// }
public void println(String str) {
if (atbol)
pw.print(indentStr);

Loading…
Cancel
Save