mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
OvmfPkg/QemuVideoDxe: remove useless QEMU_VIDEO_PRIVATE_DATA.CurrentMode
This field is never used. Cc: Jordan Justen <jordan.l.justen@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>
This commit is contained in:
parent
9ebb7ce8dd
commit
37b9c0a656
@ -110,11 +110,9 @@ typedef struct {
|
|||||||
EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
|
EFI_DEVICE_PATH_PROTOCOL *GopDevicePath;
|
||||||
|
|
||||||
//
|
//
|
||||||
// The next three fields match the client-visible
|
// The next two fields match the client-visible
|
||||||
// EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE.Mode and
|
// EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE.MaxMode field.
|
||||||
// EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE.MaxMode fields.
|
|
||||||
//
|
//
|
||||||
UINTN CurrentMode;
|
|
||||||
UINTN MaxMode;
|
UINTN MaxMode;
|
||||||
QEMU_VIDEO_MODE_DATA *ModeData;
|
QEMU_VIDEO_MODE_DATA *ModeData;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user