summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-13 10:08:31 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 10:24:10 +0200
commit34bcf9b498bccb5c924f4cec850ff15d88df6f07 (patch)
tree4d9604ec8c3b73639338ec45a0618b5daa5cf0ed /sw
parent347926e8e57c1825261daa46c1886aa2ebf9571b (diff)
java: remove dead methods
found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/complex/writer/TextPortionEnumerationTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/complex/writer/TextPortionEnumerationTest.java b/sw/qa/complex/writer/TextPortionEnumerationTest.java
index 54ca81b6e4c4..1c7d93af8627 100644
--- a/sw/qa/complex/writer/TextPortionEnumerationTest.java
+++ b/sw/qa/complex/writer/TextPortionEnumerationTest.java
@@ -463,7 +463,6 @@ class Range
private short m_End;
private TreeNode m_Node;
short getStart() { return m_Start; }
- short getEnd() { return m_End ; }
short getExtent() { return (short) (m_End - m_Start); }
TreeNode getNode() { return m_Node; }
Range(int start, int end, TreeNode node)