summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c
diff options
context:
space:
mode:
authorChen A Chen <chen.a.chen@intel.com>2016-09-29 14:41:41 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-09 10:27:47 +0800
commitc4e74e9b814cfb4b51cf832f3bb218cd2aba348b (patch)
tree5678464b0cfdab915eee86d2c8f55bc32a746321 /ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c
parentc20bd8e1e21772bff28a96d428db769e46033e6a (diff)
downloadedk2-c4e74e9b814cfb4b51cf832f3bb218cd2aba348b.zip
edk2-c4e74e9b814cfb4b51cf832f3bb218cd2aba348b.tar.gz
edk2-c4e74e9b814cfb4b51cf832f3bb218cd2aba348b.tar.bz2
ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c
index b721850..2e00b90 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
)