diff --git a/Userland/Libraries/LibGfx/Color.h b/Userland/Libraries/LibGfx/Color.h index 8d5c645213a..c717cec5918 100644 --- a/Userland/Libraries/LibGfx/Color.h +++ b/Userland/Libraries/LibGfx/Color.h @@ -18,7 +18,6 @@ namespace Gfx { -enum class ColorRole; typedef u32 ARGB32; struct HSV {