From 91fbaf05d24a89c3c77a8cbe7a26e27615b85e88 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 1 May 2024 12:50:24 +0200 Subject: Fix bootloader include order. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/Framebuffer.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Private/KernelKit/Framebuffer.hpp') diff --git a/Private/KernelKit/Framebuffer.hpp b/Private/KernelKit/Framebuffer.hpp index 555aad2d..ada00447 100644 --- a/Private/KernelKit/Framebuffer.hpp +++ b/Private/KernelKit/Framebuffer.hpp @@ -80,11 +80,4 @@ extern const UInt32 kRgbBlack; extern const UInt32 kRgbWhite; } // namespace NewOS -/***********************************************************************************/ -/// Color macros. -/***********************************************************************************/ - -/// @brief Macro hack to make a color (as hexadecimal) -#define RGB(R, G, B) (NewOS::UInt32)(0x##R##G##B) - #endif /* ifndef __INC_FB_HPP__ */ -- cgit v1.2.3