diff options
author | Ryan D. Brooks | 2011-08-04 20:18:40 +0000 |
---|---|---|
committer | Ryan D. Brooks | 2011-08-04 20:18:40 +0000 |
commit | b5c07840a32a68c46246284f0e6023b5388a7808 (patch) | |
tree | d03a9e0a82e3c8934a8ed5d4ad25909f3f8480e9 /plugins/org.eclipse.osee.framework.core.dsl.ui.integration/src/org/eclipse/osee | |
parent | d247d800a3e7e90b07a2d56f9dd2127c4db52a5b (diff) | |
download | org.eclipse.osee-b5c07840a32a68c46246284f0e6023b5388a7808.tar.gz org.eclipse.osee-b5c07840a32a68c46246284f0e6023b5388a7808.tar.xz org.eclipse.osee-b5c07840a32a68c46246284f0e6023b5388a7808.zip |
refactor: Remove erroneous usage of SkynetGuiPlugin from other plugins
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui.integration/src/org/eclipse/osee')
-rw-r--r-- | plugins/org.eclipse.osee.framework.core.dsl.ui.integration/src/org/eclipse/osee/framework/core/dsl/ui/integration/wizards/OseeTypesImportWizard.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/src/org/eclipse/osee/framework/core/dsl/ui/integration/wizards/OseeTypesImportWizard.java b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/src/org/eclipse/osee/framework/core/dsl/ui/integration/wizards/OseeTypesImportWizard.java index bcf267b2270..99e83ec7dc8 100644 --- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/src/org/eclipse/osee/framework/core/dsl/ui/integration/wizards/OseeTypesImportWizard.java +++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/src/org/eclipse/osee/framework/core/dsl/ui/integration/wizards/OseeTypesImportWizard.java @@ -21,7 +21,6 @@ import org.eclipse.osee.framework.core.dsl.ui.integration.operations.OseeTypesIm import org.eclipse.osee.framework.core.operation.IOperation; import org.eclipse.osee.framework.core.operation.Operations; import org.eclipse.osee.framework.core.services.IOseeCachingService; -import org.eclipse.osee.framework.ui.skynet.SkynetGuiPlugin; import org.eclipse.ui.IImportWizard; import org.eclipse.ui.IWorkbench; @@ -33,7 +32,6 @@ public class OseeTypesImportWizard extends Wizard implements IImportWizard { public OseeTypesImportWizard() { super(); - setDialogSettings(SkynetGuiPlugin.getInstance().getDialogSettings()); setWindowTitle("OSEE Types Import Wizard"); setNeedsProgressMonitor(true); setHelpAvailable(true); |