diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 16:27:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:50 +0200 |
commit | d26540bb05b0443e7988da34372c86f88cbf1f6c (patch) | |
tree | 3f24ac9aa08992ff1e90211b8681711ad92937d4 /qadevOOo/tests/java/ifc | |
parent | f124688cfdfbe96ff2be5ab44ea5023725548146 (diff) |
java: remove unused fields
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
Diffstat (limited to 'qadevOOo/tests/java/ifc')
-rw-r--r-- | qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java index a42313880e2c..1209ac99af94 100644 --- a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java +++ b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java @@ -396,10 +396,6 @@ public class _XUserInputInterception extends MultiMethodTest { private class EventTrigger extends Thread{ /** - * represents a <CODE>AccessibilityTools</CODE> - */ - private final AccessibilityTools at = new AccessibilityTools(); - /** * represents an <CODE>EventType</CODE> * @see EventTest.EventTriggerType */ |