]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/EditStatusBar.h
ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / EditStatusBar.h
index debf83a9ec3b069428c004c945408d01f9a9dd54..61d19cc6246ff23560059b26fadbefc517ac9f06 100644 (file)
@@ -23,7 +23,6 @@
   @sa StatusBarSetStatusString\r
 **/\r
 EFI_STATUS\r
   @sa StatusBarSetStatusString\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 StatusBarInit (\r
   VOID\r
   );\r
 StatusBarInit (\r
   VOID\r
   );\r
@@ -32,7 +31,6 @@ StatusBarInit (
   Cleanup function for the status bar.\r
 **/\r
 VOID\r
   Cleanup function for the status bar.\r
 **/\r
 VOID\r
-EFIAPI\r
 StatusBarCleanup (\r
   VOID\r
   );\r
 StatusBarCleanup (\r
   VOID\r
   );\r
@@ -51,7 +49,6 @@ StatusBarCleanup (
   @retval EFI_SUCCESS         The operation was successful.\r
 **/\r
 EFI_STATUS\r
   @retval EFI_SUCCESS         The operation was successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 StatusBarRefresh (\r
   IN BOOLEAN  EditorFirst,\r
   IN UINTN    LastRow,\r
 StatusBarRefresh (\r
   IN BOOLEAN  EditorFirst,\r
   IN UINTN    LastRow,\r
@@ -70,7 +67,6 @@ StatusBarRefresh (
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 StatusBarSetStatusString (\r
   IN CHAR16 *Str\r
   );\r
 StatusBarSetStatusString (\r
   IN CHAR16 *Str\r
   );\r
@@ -81,7 +77,6 @@ StatusBarSetStatusString (
   @return The string that is used.\r
 **/\r
 CONST CHAR16*\r
   @return The string that is used.\r
 **/\r
 CONST CHAR16*\r
-EFIAPI\r
 StatusBarGetString (\r
   VOID\r
   );\r
 StatusBarGetString (\r
   VOID\r
   );\r
@@ -90,7 +85,6 @@ StatusBarGetString (
   Function to set the need refresh boolean to TRUE.\r
 **/\r
 VOID\r
   Function to set the need refresh boolean to TRUE.\r
 **/\r
 VOID\r
-EFIAPI\r
 StatusBarSetRefresh(\r
   VOID\r
   );\r
 StatusBarSetRefresh(\r
   VOID\r
   );\r
@@ -101,7 +95,6 @@ StatusBarSetRefresh(
   @retval TRUE    The status bar needs to be refreshed.\r
 **/\r
 BOOLEAN\r
   @retval TRUE    The status bar needs to be refreshed.\r
 **/\r
 BOOLEAN\r
-EFIAPI\r
 StatusBarGetRefresh(\r
   VOID\r
   );\r
 StatusBarGetRefresh(\r
   VOID\r
   );\r