]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c
MdeModulePkg: BootManagerMenuApp: remove set but unused variables
[mirror_edk2.git] / MdeModulePkg / Application / BootManagerMenuApp / BootManagerMenu.c
index 9547c7eb5a83e545e0e0a4827fe2c56a6ecf0093..be1341061e60ca8604c338ad1ab6dd80428d889c 100644 (file)
@@ -500,7 +500,6 @@ DrawBootPopupMenu (
   EFI_STRING            String;\r
   UINTN                 Index;\r
   UINTN                 Width;  \r
-  UINTN                 Height;\r
   UINTN                 StartCol;\r
   UINTN                 StartRow;\r
   UINTN                 PrintRow;\r
@@ -514,7 +513,6 @@ DrawBootPopupMenu (
   SavedAttribute = gST->ConOut->Mode->Attribute;\r
   gST->ConOut->SetAttribute (gST->ConOut, EFI_WHITE | EFI_BACKGROUND_BLUE);\r
   Width    = BootMenuData->MenuScreen.Width;\r
-  Height   = BootMenuData->MenuScreen.Height;\r
   StartCol = BootMenuData->MenuScreen.StartCol;\r
   StartRow = BootMenuData->MenuScreen.StartRow;\r
   ItemCountPerScreen = BootMenuData->ScrollBarControl.ItemCountPerScreen;\r