From 27459c71ef5f6f27749de36334e8a20fe4731e62 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Aug 2014 11:17:25 +0200 Subject: java: remove unused fields Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87 --- toolkit/test/accessibility/Canvas.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toolkit') 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; } -- cgit