mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
winedos: VGA_SetTextAttribute() is unused so remove it.
This commit is contained in:
parent
7bf39d4b14
commit
5f18947d79
@ -1357,11 +1357,6 @@ void VGA_PutChar(BYTE ascii)
|
||||
LeaveCriticalSection(&vga_lock);
|
||||
}
|
||||
|
||||
void VGA_SetTextAttribute(BYTE attr)
|
||||
{
|
||||
vga_text_attr = attr;
|
||||
}
|
||||
|
||||
void VGA_ClearText(unsigned row1, unsigned col1,
|
||||
unsigned row2, unsigned col2,
|
||||
BYTE attr)
|
||||
|
@ -53,7 +53,6 @@ void VGA_SetCursorPos(unsigned X,unsigned Y);
|
||||
void VGA_GetCursorPos(unsigned*X,unsigned*Y);
|
||||
void VGA_WriteChars(unsigned X,unsigned Y,unsigned ch,int attr,int count);
|
||||
void VGA_PutChar(BYTE ascii);
|
||||
void VGA_SetTextAttribute(BYTE attr);
|
||||
void VGA_ClearText(unsigned row1, unsigned col1,
|
||||
unsigned row2, unsigned col2,
|
||||
BYTE attr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user