diff --git a/include/Color.hpp b/include/Color.hpp index 1f7405a7..3b97c205 100644 --- a/include/Color.hpp +++ b/include/Color.hpp @@ -213,11 +213,6 @@ class Color : public ::Color { */ [[nodiscard]] Color AlphaBlend(::Color dst, ::Color tint) const { return ::ColorAlphaBlend(dst, *this, tint); } - /** - * The default color preprocessors wrapped as constexpr - * Use: - * raylib::Color::RayWhite - */ static constexpr Color LightGray = LIGHTGRAY; static constexpr Color Gray = GRAY; static constexpr Color DarkGray = DARKGRAY;