From d26540bb05b0443e7988da34372c86f88cbf1f6c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Aug 2014 16:27:56 +0200 Subject: java: remove unused fields Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525 --- vcl/qa/complex/persistent_window_states/PersistentWindowTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl') diff --git a/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java b/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java index 3dce47d3b7e8..3f0c52485000 100644 --- a/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java +++ b/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java @@ -50,7 +50,6 @@ public class PersistentWindowTest // private XMultiServiceFactory xMSF; // private OfficeProvider oProvider; - private int iOfficeCloseTime = 0; /** * A frunction to tell the framework, which test functions are available. -- cgit