diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-03 15:06:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-05-06 11:45:55 +0200 |
commit | 7cba598a7ddcf02771ed31c8d8fce6f7e02ef715 (patch) | |
tree | df44b82e914a29c971c7fa19c820563090d79aaf /toolkit | |
parent | 8be40d31d78723debd47f671544f480c1c606db7 (diff) |
Java cleanup, delete some dead code
Change-Id: I4423cc7ec49769e256f73d9b7fba7b78f84f932f
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/test/accessibility/NodeFactory.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/test/accessibility/NodeFactory.java b/toolkit/test/accessibility/NodeFactory.java index 5a53b91d3c7b..7218c3545c1a 100644 --- a/toolkit/test/accessibility/NodeFactory.java +++ b/toolkit/test/accessibility/NodeFactory.java @@ -135,8 +135,6 @@ class NodeFactory AccTreeNode aNode = new AccTreeNode (xAccessible, xContext, sDisplay, aParent); addDefaultHandlers (aNode, xContext); - if (aNode == null) - System.out.println ("createDefaultNode == null"); return aNode; } |