Skip to content

Commit e700c25

Browse files
committed
[FREELDR] Remove unused stuff in pccons.c and uefimem.c (reactos#8498)
1 parent 19b9b0b commit e700c25

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

boot/freeldr/freeldr/arch/i386/pc/pccons.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818

1919
#include <freeldr.h>
2020

21-
#define TEXTMODE_BUFFER 0xb8000
22-
#define TEXTMODE_BUFFER_SIZE 0x8000
23-
24-
#define TEXT_COLS 80
25-
#define TEXT_LINES 25
26-
2721
VOID
2822
PcConsPutChar(int Ch)
2923
{

boot/freeldr/freeldr/arch/uefi/uefimem.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ AddMemoryDescriptor(
3030
extern ULONG LoaderPagesSpanned;
3131
extern EFI_SYSTEM_TABLE* GlobalSystemTable;
3232
extern EFI_HANDLE GlobalImageHandle;
33-
extern REACTOS_INTERNAL_BGCONTEXT framebufferData;
3433

3534
EFI_MEMORY_DESCRIPTOR* EfiMemoryMap = NULL;
3635
UINT32 FreeldrDescCount;

0 commit comments

Comments
 (0)