summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/QemuVideoDxe/Qemu.h
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2016-10-12 10:38:49 +0200
committerLaszlo Ersek <lersek@redhat.com>2016-10-16 21:42:40 +0200
commit88ba362da776b8971db792e32cd21d5c6233d931 (patch)
treeaa00a56c5db0855bf44284b42adf36e128545f71 /OvmfPkg/QemuVideoDxe/Qemu.h
parent37b9c0a656ea446bad1824b70a48905e5be1a37b (diff)
downloadedk2-88ba362da776b8971db792e32cd21d5c6233d931.tar.gz
edk2-88ba362da776b8971db792e32cd21d5c6233d931.tar.bz2
edk2-88ba362da776b8971db792e32cd21d5c6233d931.zip
OvmfPkg/QemuVideoDxe: remove useless QEMU_VIDEO_PRIVATE_DATA.LineBuffer
This field is (re)allocated in QemuVideoGraphicsOutputSetMode(), released in QemuVideoGraphicsOutputDestructor(), and used for nothing else. Remove it. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OvmfPkg/QemuVideoDxe/Qemu.h b/OvmfPkg/QemuVideoDxe/Qemu.h
index f3358d8a7c..2ce37defc5 100644
--- a/OvmfPkg/QemuVideoDxe/Qemu.h
+++ b/OvmfPkg/QemuVideoDxe/Qemu.h
@@ -116,7 +116,6 @@ typedef struct {
UINTN MaxMode;
QEMU_VIDEO_MODE_DATA *ModeData;
- UINT8 *LineBuffer;
QEMU_VIDEO_VARIANT Variant;
FRAME_BUFFER_CONFIGURE *FrameBufferBltConfigure;
UINTN FrameBufferBltConfigureSize;