X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FEditMenuBar.c;fp=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FEditMenuBar.c;h=2e00b90c6b4d4c9236638f0b26d712f19ea9ab60;hb=c4e74e9b814cfb4b51cf832f3bb218cd2aba348b;hp=b721850300842acc7fb3a2232e4a8ff5217d50b8;hpb=c20bd8e1e21772bff28a96d428db769e46033e6a;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c index b721850300..2e00b90c6b 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c @@ -24,7 +24,6 @@ UINTN NumItems; Cleanup function for a menu bar. frees all allocated memory. **/ VOID -EFIAPI MenuBarCleanup ( VOID ) @@ -41,7 +40,6 @@ MenuBarCleanup ( @retval EFI_OUT_OF_RESOURCES A memory allocation failed. **/ EFI_STATUS -EFIAPI MenuBarInit ( IN CONST EDITOR_MENU_ITEM *Items ) @@ -66,7 +64,6 @@ MenuBarInit ( @retval EFI_SUCCESS The initialization was correct. **/ EFI_STATUS -EFIAPI ControlHotKeyInit ( IN MENU_ITEM_FUNCTION *Items ) @@ -83,7 +80,6 @@ ControlHotKeyInit ( @retval EFI_SUCCESS The refresh was successful. **/ EFI_STATUS -EFIAPI MenuBarRefresh ( IN CONST UINTN LastRow, IN CONST UINTN LastCol @@ -147,7 +143,6 @@ MenuBarRefresh ( @return The return value from the called dispatch function. **/ EFI_STATUS -EFIAPI MenuBarDispatchFunctionKey ( IN CONST EFI_INPUT_KEY *Key ) @@ -177,7 +172,6 @@ MenuBarDispatchFunctionKey ( @return EFI_SUCCESS. **/ EFI_STATUS -EFIAPI MenuBarDispatchControlHotKey ( IN CONST EFI_INPUT_KEY *Key )