From c5b6aa108d6c61da34a5409a2342243e984ad31d Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Sat, 23 Dec 2023 10:47:37 +0100 Subject: [PATCH] Cleanup --- xtldr2/includes/bootman.h | 4 ++++ xtldr2/xtldr.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xtldr2/includes/bootman.h b/xtldr2/includes/bootman.h index 52ec0b6..b45f494 100644 --- a/xtldr2/includes/bootman.h +++ b/xtldr2/includes/bootman.h @@ -46,6 +46,10 @@ XTCDECL VOID BlDisableConsoleCursor(); +XTCDECL +VOID +BlDisplayBootMenu(); + XTCDECL VOID BlDisplayErrorDialog(IN PWCHAR Caption, diff --git a/xtldr2/xtldr.c b/xtldr2/xtldr.c index ee896bc..581771d 100644 --- a/xtldr2/xtldr.c +++ b/xtldr2/xtldr.c @@ -9,10 +9,6 @@ #include -XTCDECL -VOID -BlDisplayBootMenu(); - /** * Initializes a list of operating systems for XTLDR boot menu. *