]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove structure declaration for EFI_UGA_PIXEL.
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Jul 2009 23:26:39 +0000 (23:26 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Jul 2009 23:26:39 +0000 (23:26 +0000)
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

IntelFrameworkPkg/Include/Protocol/FrameworkHii.h

index c3117971c27c564217f8aceb90ffcafeea7286bb..f5169ef9c4fa6bb9b50060691cd591b6e79680fd 100644 (file)
 // is defined in MdePkg/Protocol/GraphicsOutput.h\r
 //\r
 #include <Protocol/GraphicsOutput.h>\r
-//\r
-// In UEFI2.1 spec, there is a same data type named EFI_GRAPHICS_OUTPUT_BLT_PIXEL.\r
-// To define this data type only for backward compatibility. \r
-//\r
-typedef struct {\r
-   UINT8  Blue;\r
-   UINT8  Green;\r
-   UINT8  Red;\r
-   UINT8  Reserved;\r
-} EFI_UGA_PIXEL\r
+\r
 //\r
 // In both EDK and EDK II, incompatbile change is done to Framework HII protocol. \r
 // This change should cause a change of GUID in both of code and HII spec. But we \r