summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-01 12:50:24 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-01 12:50:24 +0200
commit91fbaf05d24a89c3c77a8cbe7a26e27615b85e88 (patch)
tree50ca16b00208824c14628ea5650d6476583a92dc /Private/KernelKit
parentbf1629df18bbbbdb056f676d6c0b8c3a8119a8a2 (diff)
Fix bootloader include order.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit')
-rw-r--r--Private/KernelKit/Framebuffer.hpp7
1 files changed, 0 insertions, 7 deletions
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__ */