diff options
Diffstat (limited to 'toolkit/test/accessibility/Canvas.java')
-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; } |