From c5b4c98fadd89fd114520e201e34a58a78025344 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 18 Apr 2025 15:09:12 +0200 Subject: dev, fb: did some cleanup on the graphics stack. Signed-off-by: Amlal El Mahrouss --- dev/boot/BootKit/BootKit.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dev/boot/BootKit/BootKit.h') diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index a47cc045..d7f4f4d5 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -15,9 +15,6 @@ #include #include #include -#include -#include -#include /// include NeFS header and Support header as well. @@ -332,9 +329,6 @@ namespace Boot if (fDiskDev.GetDiskSize() < kMinimumDiskSize) { - fb_init(); - - FBDrawBitMapInRegion(zka_no_disk, NE_NO_DISK_WIDTH, NE_NO_DISK_HEIGHT, (kHandoverHeader->f_GOP.f_Width - NE_NO_DISK_WIDTH) / 2, (kHandoverHeader->f_GOP.f_Height - NE_NO_DISK_HEIGHT) / 2); Boot::ThrowError(L"Drive-Too-Tiny", L"Can't format a NeFS partition here."); return false; } -- cgit v1.2.3