diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-03 15:46:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-20 11:18:22 +0200 |
commit | 04cadb3191573dff59c79a7780a4139ed148f122 (patch) | |
tree | 036dabc9c084c2ee225aadaa2d82bad02a0c4278 /framework | |
parent | 14bc818895a5cc10054928b5cbb49eaff086e8f4 (diff) |
java: remove some unused code
Change-Id: If1cdc67535b11d9309503b14ffad2aa3718661c6
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/imageManager/_XComponent.java | 6 | ||||
-rw-r--r-- | framework/qa/complex/imageManager/_XInitialization.java | 6 | ||||
-rw-r--r-- | framework/qa/complex/imageManager/_XUIConfiguration.java | 5 |
3 files changed, 0 insertions, 17 deletions
diff --git a/framework/qa/complex/imageManager/_XComponent.java b/framework/qa/complex/imageManager/_XComponent.java index c8c94d7c86e0..0d0a997b7384 100644 --- a/framework/qa/complex/imageManager/_XComponent.java +++ b/framework/qa/complex/imageManager/_XComponent.java @@ -162,12 +162,6 @@ public class _XComponent { } // finished _dispose() - /** - * Forces object recreation. - */ - protected void after() { - } - } // finished class _XComponent diff --git a/framework/qa/complex/imageManager/_XInitialization.java b/framework/qa/complex/imageManager/_XInitialization.java index 5a5565786e73..74b97aa1cbc6 100644 --- a/framework/qa/complex/imageManager/_XInitialization.java +++ b/framework/qa/complex/imageManager/_XInitialization.java @@ -73,12 +73,6 @@ public class _XInitialization { return result ; } // finished _initialize() - /** - * Disposes object environment. - */ - public void after() { - } - } // finished class _XInitialization diff --git a/framework/qa/complex/imageManager/_XUIConfiguration.java b/framework/qa/complex/imageManager/_XUIConfiguration.java index 486989535c5e..f2e7be33d471 100644 --- a/framework/qa/complex/imageManager/_XUIConfiguration.java +++ b/framework/qa/complex/imageManager/_XUIConfiguration.java @@ -63,9 +63,4 @@ public class _XUIConfiguration { return !xListener.actionWasTriggered(); } - /** - * Dispose because the UIConfigurationManager has to be recreated - */ - public void after() { - } } |