From d03fcd8a09f8aeea41395a2b64cd89d7aacbdbaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 16 Dec 2012 22:00:41 +0000 Subject: [PATCH] [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 --- reactos/boot/freeldr/freeldr/ui/tui.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/ui/tui.c b/reactos/boot/freeldr/freeldr/ui/tui.c index 9d458f44483..89e4a391b8d 100644 --- a/reactos/boot/freeldr/freeldr/ui/tui.c +++ b/reactos/boot/freeldr/freeldr/ui/tui.c @@ -133,11 +133,6 @@ VOID TuiDrawBackdrop(VOID) UiTitleBoxTitleText, ATTR(UiTitleBoxFgColor, UiTitleBoxBgColor)); - // - // Draw status bar - // - TuiDrawStatusText("Welcome to FreeLoader!"); - // // Update the date & time //