summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/StatusHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/StatusHelper.java')
-rw-r--r--qadevOOo/runner/convwatch/StatusHelper.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/qadevOOo/runner/convwatch/StatusHelper.java b/qadevOOo/runner/convwatch/StatusHelper.java
index e4484e55fdd2..46a8ff38f1cf 100644
--- a/qadevOOo/runner/convwatch/StatusHelper.java
+++ b/qadevOOo/runner/convwatch/StatusHelper.java
@@ -26,7 +26,6 @@ public class StatusHelper
final static public int DIFF_AFTER_MOVE_DONE_NO_PROBLEMS = 4;
final static public int DIFF_AFTER_MOVE_DONE_DIFFERENCES_FOUND = 5;
- // public String m_sOutputPath;
public String m_sMainName;
public String m_sOldGfx;
@@ -86,14 +85,4 @@ public class StatusHelper
}
}
-
-
-
-
-// TODO: stream output
-// public stream& statusline(stream)
-// {
-// stream << name << "PASS" << nDiff==0?"PASS":"FAIL" << endl;
-// return stream;
-// }
}