mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 13:47:40 +08:00
[FREELDR] Remove unused stuff in pccons.c and uefimem.c (#8498)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user