mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:21:50 +00:00
[BOOTVID] Don't NTAPI non-exported functions; remove useless @implemented
(#6650)
This commit is contained in:
parent
ff790a9111
commit
3b62a89d4d
10 changed files with 0 additions and 75 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue