[BOOTVID] Don't NTAPI non-exported functions; remove useless @implemented (#6650)

This commit is contained in:
Hermès Bélusca-Maïto 2024-03-19 21:29:05 +01:00
parent ff790a9111
commit 3b62a89d4d
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
10 changed files with 0 additions and 75 deletions

View file

@ -54,7 +54,6 @@ static BOOLEAN ClearRow = FALSE;
/* PRIVATE FUNCTIONS **********************************************************/
static VOID
NTAPI
BitBlt(
_In_ ULONG Left,
_In_ ULONG Top,
@ -117,7 +116,6 @@ BitBlt(
}
static VOID
NTAPI
RleBitBlt(
_In_ ULONG Left,
_In_ ULONG Top,
@ -312,9 +310,6 @@ RleBitBlt(
/* PUBLIC FUNCTIONS ***********************************************************/
/*
* @implemented
*/
ULONG
NTAPI
VidSetTextColor(
@ -375,9 +370,6 @@ VidSetScrollRegion(
VidpCurrentY = Top;
}
/*
* @implemented
*/
VOID
NTAPI
VidDisplayString(