diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-03 15:46:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-20 11:18:22 +0200 |
commit | 04cadb3191573dff59c79a7780a4139ed148f122 (patch) | |
tree | 036dabc9c084c2ee225aadaa2d82bad02a0c4278 /toolkit/test | |
parent | 14bc818895a5cc10054928b5cbb49eaff086e8f4 (diff) |
java: remove some unused code
Change-Id: If1cdc67535b11d9309503b14ffad2aa3718661c6
Diffstat (limited to 'toolkit/test')
-rw-r--r-- | toolkit/test/accessibility/ov/ObjectView.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/test/accessibility/ov/ObjectView.java b/toolkit/test/accessibility/ov/ObjectView.java index 694a331abbec..7e1570b62b75 100644 --- a/toolkit/test/accessibility/ov/ObjectView.java +++ b/toolkit/test/accessibility/ov/ObjectView.java @@ -39,7 +39,6 @@ abstract public class ObjectView { public ObjectView (ObjectViewContainer aContainer) { - maContainer = aContainer; mxContext = null; } @@ -78,6 +77,4 @@ abstract public class ObjectView /// Reference to the current object to display information about. protected XAccessibleContext mxContext; - - protected ObjectViewContainer maContainer; } |