mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: BootManagerMenuApp: remove set but unused variables
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> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
3a9dcf9f28
commit
c1df8b889d
|
@ -500,7 +500,6 @@ DrawBootPopupMenu (
|
||||||
EFI_STRING String;
|
EFI_STRING String;
|
||||||
UINTN Index;
|
UINTN Index;
|
||||||
UINTN Width;
|
UINTN Width;
|
||||||
UINTN Height;
|
|
||||||
UINTN StartCol;
|
UINTN StartCol;
|
||||||
UINTN StartRow;
|
UINTN StartRow;
|
||||||
UINTN PrintRow;
|
UINTN PrintRow;
|
||||||
|
@ -514,7 +513,6 @@ DrawBootPopupMenu (
|
||||||
SavedAttribute = gST->ConOut->Mode->Attribute;
|
SavedAttribute = gST->ConOut->Mode->Attribute;
|
||||||
gST->ConOut->SetAttribute (gST->ConOut, EFI_WHITE | EFI_BACKGROUND_BLUE);
|
gST->ConOut->SetAttribute (gST->ConOut, EFI_WHITE | EFI_BACKGROUND_BLUE);
|
||||||
Width = BootMenuData->MenuScreen.Width;
|
Width = BootMenuData->MenuScreen.Width;
|
||||||
Height = BootMenuData->MenuScreen.Height;
|
|
||||||
StartCol = BootMenuData->MenuScreen.StartCol;
|
StartCol = BootMenuData->MenuScreen.StartCol;
|
||||||
StartRow = BootMenuData->MenuScreen.StartRow;
|
StartRow = BootMenuData->MenuScreen.StartRow;
|
||||||
ItemCountPerScreen = BootMenuData->ScrollBarControl.ItemCountPerScreen;
|
ItemCountPerScreen = BootMenuData->ScrollBarControl.ItemCountPerScreen;
|
||||||
|
|
Loading…
Reference in New Issue