From: mdkinney Date: Thu, 9 Jul 2009 23:26:39 +0000 (+0000) Subject: Remove structure declaration for EFI_UGA_PIXEL. X-Git-Tag: edk2-stable201903~17461 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2997220ab70e1d40717c3de269e0a35f4b3600bb;p=mirror_edk2.git Remove structure declaration for EFI_UGA_PIXEL. This structure is already defined in MdePkg/Include/Protocol/UgaDraw.h and this extra declaration is generating build breaks for a redefinition git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8847 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h index c3117971c2..f5169ef9c4 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h @@ -29,16 +29,7 @@ // is defined in MdePkg/Protocol/GraphicsOutput.h // #include -// -// In UEFI2.1 spec, there is a same data type named EFI_GRAPHICS_OUTPUT_BLT_PIXEL. -// To define this data type only for backward compatibility. -// -typedef struct { - UINT8 Blue; - UINT8 Green; - UINT8 Red; - UINT8 Reserved; -} EFI_UGA_PIXEL + // // In both EDK and EDK II, incompatbile change is done to Framework HII protocol. // This change should cause a change of GUID in both of code and HII spec. But we