mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[FREELDR]
Get rid of the default status bar text, which reappears at OS loading time if one boots with bootloader's text UI. svn path=/trunk/; revision=57934
This commit is contained in:
parent
0686441a38
commit
d03fcd8a09
1 changed files with 0 additions and 5 deletions
|
@ -133,11 +133,6 @@ VOID TuiDrawBackdrop(VOID)
|
|||
UiTitleBoxTitleText,
|
||||
ATTR(UiTitleBoxFgColor, UiTitleBoxBgColor));
|
||||
|
||||
//
|
||||
// Draw status bar
|
||||
//
|
||||
TuiDrawStatusText("Welcome to FreeLoader!");
|
||||
|
||||
//
|
||||
// Update the date & time
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue