]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/UiApp/Ui.h
MdeModulePkg UiApp: Remove redundant functions
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / Ui.h
index a9c30b0c5690ba5082543c907949d2710c6ed29c..7be164570c58cb595c910346e2ac341106f228b1 100644 (file)
@@ -53,27 +53,7 @@ typedef struct {
 //\r
 //The interface functions related to the Setup Browser Reset Reminder feature\r
 //\r
-/**\r
-  Enable the setup browser reset reminder feature.\r
-  This routine is used in a platform tip. If the platform policy needs the feature, use the routine to enable it.\r
 \r
-**/\r
-VOID\r
-EFIAPI\r
-EnableResetReminderFeature (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  Disable the setup browser reset reminder feature.\r
-  This routine is used in a platform tip. If the platform policy does not want the feature, use the routine to disable it.\r
-\r
-**/\r
-VOID\r
-EFIAPI\r
-DisableResetReminderFeature (\r
-  VOID\r
-  );\r
 \r
 /**\r
   Record the info that a reset is required.\r
@@ -87,16 +67,6 @@ EnableResetRequired (
   );\r
 \r
 \r
-/**\r
-  Record the info that no reset is required.\r
-  A module boolean variable is used to record whether a reset is required.\r
-\r
-**/\r
-VOID\r
-EFIAPI\r
-DisableResetRequired (\r
-  VOID\r
-  );\r
 \r
 /**\r
   Check whether platform policy enables the reset reminder feature. The default is enabled.\r