]> code.delx.au - refind/blobdiff - refind/lib.c
Further legacy BIOS boot support tweaks
[refind] / refind / lib.c
index 455a3efaea5239100d534b52dcce713610358a16..2112721a10041d138ce08485d9ee596ac2a2d9c6 100644 (file)
@@ -143,13 +143,10 @@ EFI_STATUS InitRefitLib(IN EFI_HANDLE ImageHandle)
 
     // find the current directory
     DevicePathAsString = DevicePathToStr(SelfLoadedImage->FilePath);
-//    Print(L"DevicePathAsString is '%s'\n", DevicePathAsString);
     CleanUpPathNameSlashes(DevicePathAsString);
     if (SelfDirPath != NULL)
        FreePool(SelfDirPath);
     SelfDirPath = FindPath(DevicePathAsString);
-//    Print(L"SelfDirPath is '%s'\n", SelfDirPath);
-//    PauseForKey();
     FreePool(DevicePathAsString);
 
     return FinishInitRefitLib();
@@ -513,7 +510,7 @@ static VOID ScanVolumeDefaultIcon(IN OUT REFIT_VOLUME *Volume)
     } // switch()
 }
 
-static VOID ScanVolume(IN OUT REFIT_VOLUME *Volume)
+VOID ScanVolume(IN OUT REFIT_VOLUME *Volume)
 {
     EFI_STATUS              Status;
     EFI_DEVICE_PATH         *DevicePath, *NextDevicePath;