]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/Identifications/OpeningPlatformType.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 / OpeningPlatformType.java
index c81f4eef05599c7d379a3f1c1a0fc1431c398e42..34c847eb0eb4a04e96472f177c20031ba223c088 100644 (file)
@@ -14,8 +14,6 @@
  **/\r
 package org.tianocore.frameworkwizard.common.Identifications;\r
 \r
-import javax.swing.tree.TreePath;\r
-\r
 import org.tianocore.PlatformSurfaceAreaDocument;\r
 import org.tianocore.frameworkwizard.platform.PlatformIdentification;\r
 \r
@@ -36,12 +34,6 @@ public class OpeningPlatformType extends OpeningFileType {
         this.xmlFpd = fpd;\r
     }\r
     \r
-    public OpeningPlatformType(PlatformIdentification identification, PlatformSurfaceAreaDocument.PlatformSurfaceArea fpd, TreePath treePath) {\r
-        super(treePath);\r
-        this.id = identification;\r
-        this.xmlFpd = fpd;\r
-    }\r
-\r
     public PlatformSurfaceAreaDocument.PlatformSurfaceArea getXmlFpd() {\r
         return xmlFpd;\r
     }\r