diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-18 08:40:37 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-18 08:40:37 +0000 |
commit | 35f8f32669b5ac586fe7aa13277c102c43ad2373 (patch) | |
tree | 80776a6c3cdc9967d5e9ee4f00320d17b48cb4c4 | |
parent | 4e498a0f27018b1b8d0afe90a372212572eb3978 (diff) | |
download | edk2-platforms-35f8f32669b5ac586fe7aa13277c102c43ad2373.tar.xz |
Remove a duplicated definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5671 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Include/MdeModuleHii.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/MdeModuleHii.h b/MdeModulePkg/Include/MdeModuleHii.h index bb84332a97..28f2ea31a8 100644 --- a/MdeModulePkg/Include/MdeModuleHii.h +++ b/MdeModulePkg/Include/MdeModuleHii.h @@ -56,7 +56,6 @@ typedef struct { #define EFI_IFR_EXTEND_OP_TIMEOUT 0x2
#define EFI_IFR_EXTEND_OP_CLASS 0x3
#define EFI_IFR_EXTEND_OP_SUBCLASS 0x4
-#define EFI_IFR_EXTEND_OP_OPTIONKEY 0x5
typedef struct _EFI_IFR_GUID_LABEL {
|