diff options
author | Laszlo Ersek <lersek@redhat.com> | 2016-10-12 10:09:52 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-10-16 21:42:29 +0200 |
commit | 9ebb7ce8dda515fa387dda44e998ceb123137c26 (patch) | |
tree | 22d6c61b9e11b29dba773b10aa936ea495008f53 /OvmfPkg/QemuVideoDxe/Qemu.h | |
parent | 0ccc97e9c858cac2b64e0ecd18352af255669e16 (diff) | |
download | edk2-platforms-9ebb7ce8dda515fa387dda44e998ceb123137c26.tar.xz |
OvmfPkg/QemuVideoDxe: drop QEMU_VIDEO_CIRRUS_MODES.RefreshRate
Thanks to the previous patch, this field is also unnecessary now. Remove
it.
The patch is best reviewed with "git show --word-diff".
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>
Diffstat (limited to 'OvmfPkg/QemuVideoDxe/Qemu.h')
-rw-r--r-- | OvmfPkg/QemuVideoDxe/Qemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OvmfPkg/QemuVideoDxe/Qemu.h b/OvmfPkg/QemuVideoDxe/Qemu.h index 7c1f80c772..1246b74d49 100644 --- a/OvmfPkg/QemuVideoDxe/Qemu.h +++ b/OvmfPkg/QemuVideoDxe/Qemu.h @@ -131,7 +131,6 @@ typedef struct { UINT32 Width;
UINT32 Height;
UINT32 ColorDepth;
- UINT32 RefreshRate;
UINT8 *CrtcSettings;
UINT16 *SeqSettings;
UINT8 MiscSetting;
|