From dbab11d6bc46fdd5839fe117b3e5630808ddd11f Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 12 Feb 2008 18:48:21 +0000 Subject: [PATCH] [215820][api][breaking] Move SystemRegistry implementation to Core --- .../src/org/eclipse/rse/core/RSECorePlugin.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java index 07dfa624c68..3cc17af7a57 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java @@ -210,17 +210,6 @@ public class RSECorePlugin extends Plugin { return _persistenceManager; } - /** - * Sets the system registry. This is the main registry that can be used by RSE components - * that require a user interface. This should be set only by RSE startup components and - * not by any external client. - * @param registry the implementation of ISystemRegistry that the core should remember. - * @deprecated Do not use this method. - */ - public void setSystemRegistry(ISystemRegistry registry) { - _systemRegistry = registry; - } - /** * Test if the SystemRegistry has been instantiated already. * Use this when you don't want to start the system registry as a