mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Small cleanup
svn path=/trunk/; revision=30375
This commit is contained in:
@@ -32,8 +32,7 @@ VOID BootMain(LPSTR CmdLine)
|
||||
|
||||
if (!UiInitialize(FALSE))
|
||||
{
|
||||
printf("Press any key to reboot.\n");
|
||||
MachConsGetCh();
|
||||
UiMessageBoxCritical("Unable to initialize UI.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -26,9 +26,6 @@ BOOLEAN IniOpenSection(PCSTR SectionName, ULONG* SectionId)
|
||||
|
||||
DbgPrint((DPRINT_INIFILE, "IniOpenSection() SectionName = %s\n", SectionName));
|
||||
|
||||
if (!IniFileSectionInitialized)
|
||||
return FALSE;
|
||||
|
||||
// Loop through each section and find the one they want
|
||||
Section = CONTAINING_RECORD(IniFileSectionListHead.Flink, INI_SECTION, ListEntry);
|
||||
while (&Section->ListEntry != &IniFileSectionListHead)
|
||||
|
||||
@@ -43,7 +43,6 @@ VOID NoUiDrawCenteredText(ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, PCST
|
||||
|
||||
VOID NoUiDrawStatusText(PCSTR StatusText)
|
||||
{
|
||||
printf(StatusText);
|
||||
}
|
||||
|
||||
VOID NoUiUpdateDateTime(VOID)
|
||||
|
||||
Reference in New Issue
Block a user