1. Remove reference code for un-checked in files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1339 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hche10x 2006-08-21 21:31:48 +00:00
parent b876680afe
commit b5471b38bc
1 changed files with 2 additions and 2 deletions

View File

@ -3100,8 +3100,8 @@ public class FrameworkWizardUI extends IFrame implements MouseListener, TreeSele
**/ **/
private void findPpi() { private void findPpi() {
FindPPIsResult fpr = FindPPIsResult.getInstance(); //FindPPIsResult fpr = FindPPIsResult.getInstance();
fpr.setVisible(true); //fpr.setVisible(true);
} }
/** /**