mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
winedos: VGA_SetTextAttribute() is unused so remove it.
This commit is contained in:
parent
7bf39d4b14
commit
5f18947d79
2 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue