diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 11:17:25 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-08 09:48:16 +0200 |
commit | 27459c71ef5f6f27749de36334e8a20fe4731e62 (patch) | |
tree | 2f175826d54010fcdfcd75879a67b89a57c96dcb /toolkit | |
parent | 8d6cf7a147acde4e4a4f7600af25ed614b07f90d (diff) |
java: remove unused fields
Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/test/accessibility/Canvas.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/test/accessibility/Canvas.java b/toolkit/test/accessibility/Canvas.java index 876a713c14b7..c1e2bdf74d25 100644 --- a/toolkit/test/accessibility/Canvas.java +++ b/toolkit/test/accessibility/Canvas.java @@ -70,7 +70,6 @@ class Canvas setShowDescriptions (true); setShowNames (true); setAntialiasing (true); - maLastWidgetSize = new Dimension (0,0); } /** Tell the canvas which tree view to use to highlight accessible @@ -340,7 +339,6 @@ class Canvas mnVOffset = 0; } } - maLastWidgetSize = aWidgetSize; } @@ -463,7 +461,4 @@ class Canvas maBoundingBox; private JTree maTree; - // The size of the widget at the last call of setupTransformation() - private Dimension - maLastWidgetSize; } |