summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/Framebuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/Framebuffer.hpp')
-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__ */