@@ -500,7 +500,6 @@ DrawBootPopupMenu (
EFI_STRING String;
UINTN Index;
UINTN Width;
- UINTN Height;
UINTN StartCol;
UINTN StartRow;
UINTN PrintRow;
@@ -514,7 +513,6 @@ DrawBootPopupMenu (
SavedAttribute = gST->ConOut->Mode->Attribute;
gST->ConOut->SetAttribute (gST->ConOut, EFI_WHITE | EFI_BACKGROUND_BLUE);
Width = BootMenuData->MenuScreen.Width;
- Height = BootMenuData->MenuScreen.Height;
StartCol = BootMenuData->MenuScreen.StartCol;
StartRow = BootMenuData->MenuScreen.StartRow;
ItemCountPerScreen = BootMenuData->ScrollBarControl.ItemCountPerScreen;
Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> --- MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c | 2 -- 1 file changed, 2 deletions(-) -- 1.8.3.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel