diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 13:18:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-04 13:38:30 +0200 |
commit | 9658b27b6915d7113f166099410d5417a08d151e (patch) | |
tree | 181010f2b6f47daa6eb4a31b51ea5a80c47f11b2 /framework | |
parent | f493555623fb36bb51e78a4630483271ed36afe7 (diff) |
java: remove some unused variables
Change-Id: Ia9405d3e34e710059ff68bf850de91c36f4e1e1b
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java b/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java index 1cc39e315f2f..586c362e4030 100644 --- a/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java +++ b/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java @@ -240,7 +240,7 @@ public class CheckContextMenuInterceptor XAccessible xRoot = null; - AccessibilityTools at = new AccessibilityTools(); + new AccessibilityTools(); try { @@ -305,7 +305,7 @@ public class CheckContextMenuInterceptor { System.out.println("try to open contex menu..."); - AccessibilityTools at = new AccessibilityTools(); + new AccessibilityTools(); xWindow = AccessibilityTools.getCurrentWindow(xMSF, aModel); |