]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/Identifications/OpeningModuleType.java
1. Fix EDKT193 "Provide a Module tree when platform/package are open"
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / common / Identifications / OpeningModuleType.java
index 2ead77a84f1b2043ae7b9ed949cb4b4128b9edd5..427549ade7b4afa2ce2022a90f35a1166ecba072 100644 (file)
@@ -15,8 +15,6 @@
 \r
 package org.tianocore.frameworkwizard.common.Identifications;\r
 \r
-import javax.swing.tree.TreePath;\r
-\r
 import org.tianocore.ModuleSurfaceAreaDocument;\r
 import org.tianocore.frameworkwizard.module.Identifications.ModuleIdentification;\r
 \r
@@ -36,13 +34,6 @@ public class OpeningModuleType extends OpeningFileType{
         this.id = identification;\r
         this.xmlMsa = msa;\r
     }\r
-    \r
-    public OpeningModuleType(ModuleIdentification identification, ModuleSurfaceAreaDocument.ModuleSurfaceArea msa, TreePath treePath) {\r
-        super(treePath);\r
-        \r
-        this.id = identification;\r
-        this.xmlMsa = msa;\r
-    }\r
 \r
     public ModuleSurfaceAreaDocument.ModuleSurfaceArea getXmlMsa() {\r
         return xmlMsa;\r