]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/EditInputBar.c
ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / EditInputBar.c
index 5c43ffcd9d8aabd1cb9af792250bc86ee27912ea..26f70d719ab3f0cb79208401c6cfec65d00ec516 100644 (file)
@@ -23,7 +23,6 @@ UINTN   StringSize;      // Size of mReturnString space size.
   Initialize the input bar.\r
 **/\r
 VOID\r
-EFIAPI\r
 InputBarInit (\r
   VOID\r
   )\r
@@ -37,7 +36,6 @@ InputBarInit (
   Cleanup function for input bar.\r
 **/\r
 VOID\r
-EFIAPI\r
 InputBarCleanup (\r
   VOID\r
   )\r
@@ -59,7 +57,6 @@ InputBarCleanup (
   @param[in]  LastRow      The last printable row.\r
 **/\r
 VOID\r
-EFIAPI\r
 InputBarPrintInput (\r
   IN UINTN LastColumn,\r
   IN UINTN LastRow\r
@@ -121,7 +118,6 @@ typedef union {
   @retval EFI_SUCCESS           The operation was successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 InputBarRefresh (\r
   UINTN LastRow,\r
   UINTN LastColumn\r
@@ -261,7 +257,6 @@ InputBarRefresh (
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 InputBarSetPrompt (\r
   IN CONST CHAR16 *Str\r
   )\r
@@ -288,7 +283,6 @@ InputBarSetPrompt (
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 InputBarSetStringSize (\r
   UINTN   Size\r
   )\r
@@ -314,7 +308,6 @@ InputBarSetStringSize (
   @return The string that was input.\r
 **/\r
 CONST CHAR16*\r
-EFIAPI\r
 InputBarGetString (\r
   VOID\r
   )\r