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>
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user