mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Clean up the useless code in DriverSampleDxe.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15830 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
17e95ca9a7
commit
e62fa17c58
@ -182,7 +182,6 @@ formset
|
||||
// CHECKBOX_DEFAULT_MFG indicate EFI_IFR_CHECKBOX_DEFAULT_MFG.
|
||||
//
|
||||
flags = CHECKBOX_DEFAULT | CHECKBOX_DEFAULT_MFG,
|
||||
key = 0,
|
||||
default = 1,
|
||||
endcheckbox;
|
||||
endif;
|
||||
@ -587,7 +586,6 @@ formset
|
||||
prompt = STRING_TOKEN(STR_CHECK_BOX_PROMPT),
|
||||
help = STRING_TOKEN(STR_CHECK_BOX_HELP),
|
||||
flags = CHECKBOX_DEFAULT,
|
||||
key = 0,
|
||||
endcheckbox;
|
||||
|
||||
text
|
||||
|
Loading…
x
Reference in New Issue
Block a user