diff options
author | Dandan Bi <dandan.bi@intel.com> | 2015-11-23 09:37:24 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2015-11-23 09:37:24 +0000 |
commit | ce7690e267dc3205357e0d0e3a57e2b6fd1de895 (patch) | |
tree | e7aedd67aecb9eae10e25a518f61e6b4b6fb24d7 /MdeModulePkg/Application/UiApp/String.h | |
parent | 4af04335ac9aeb1802b995b102117b6f9de46809 (diff) | |
download | edk2-platforms-ce7690e267dc3205357e0d0e3a57e2b6fd1de895.tar.xz |
MdeModulePkg:Refine the UiApp
Use new created libraries(Boot Manager,Device Manager,Boot Maintenance
Manager) in UiApp.So remove and refine relative code in UiApp.And update
the Nt32Pkg.dsc and MdeModulePkg.dsc.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-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@18924 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Application/UiApp/String.h')
-rw-r--r-- | MdeModulePkg/Application/UiApp/String.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MdeModulePkg/Application/UiApp/String.h b/MdeModulePkg/Application/UiApp/String.h index b8cb8762ec..386b92d15a 100644 --- a/MdeModulePkg/Application/UiApp/String.h +++ b/MdeModulePkg/Application/UiApp/String.h @@ -65,16 +65,4 @@ UninitializeStringSupport ( VOID
);
-/**
- Call the browser and display the front page
-
- @return Status code that will be returned by
- EFI_FORM_BROWSER2_PROTOCOL.SendForm ().
-
-**/
-EFI_STATUS
-CallFrontPage (
- VOID
- );
-
#endif // _STRING_H_
|