summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/FileHandleInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Application/Shell/FileHandleInternal.h')
-rw-r--r--ShellPkg/Application/Shell/FileHandleInternal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ShellPkg/Application/Shell/FileHandleInternal.h b/ShellPkg/Application/Shell/FileHandleInternal.h
index 11b490267c..1e51980856 100644
--- a/ShellPkg/Application/Shell/FileHandleInternal.h
+++ b/ShellPkg/Application/Shell/FileHandleInternal.h
@@ -23,7 +23,6 @@
@param[in, out] Row Current row of the cursor position
**/
VOID
-EFIAPI
MoveCursorBackward (
IN UINTN LineLength,
IN OUT UINTN *Column,
@@ -39,7 +38,6 @@ MoveCursorBackward (
@param[in, out] Row Current row of the cursor position
**/
VOID
-EFIAPI
MoveCursorForward (
IN UINTN LineLength,
IN UINTN TotalRow,
@@ -57,7 +55,6 @@ MoveCursorForward (
@param[in] StartColumn which column to start at
**/
VOID
-EFIAPI
PrintCommandHistory (
IN CONST UINTN TotalCols,
IN CONST UINTN TotalRows,