summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/qa/complex/imageManager/_XComponent.java6
-rw-r--r--framework/qa/complex/imageManager/_XInitialization.java6
-rw-r--r--framework/qa/complex/imageManager/_XUIConfiguration.java5
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() {
- }
}