[FREELDR] Remove unused stuff in pccons.c and uefimem.c (#8498)

This commit is contained in:
Hermès Bélusca-Maïto
2025-12-06 17:36:19 +01:00
parent 19b9b0b995
commit e700c2548b
2 changed files with 0 additions and 7 deletions

View File

@@ -18,12 +18,6 @@
#include <freeldr.h>
#define TEXTMODE_BUFFER 0xb8000
#define TEXTMODE_BUFFER_SIZE 0x8000
#define TEXT_COLS 80
#define TEXT_LINES 25
VOID
PcConsPutChar(int Ch)
{

View File

@@ -30,7 +30,6 @@ AddMemoryDescriptor(
extern ULONG LoaderPagesSpanned;
extern EFI_SYSTEM_TABLE* GlobalSystemTable;
extern EFI_HANDLE GlobalImageHandle;
extern REACTOS_INTERNAL_BGCONTEXT framebufferData;
EFI_MEMORY_DESCRIPTOR* EfiMemoryMap = NULL;
UINT32 FreeldrDescCount;