From 3eb4da514ca2113a189adf9276f612537d033a6b Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Fri, 2 Aug 2024 11:19:51 +0200 Subject: [PATCH] LibGfx: Remove unused ColorRole forward from Color.h --- Userland/Libraries/LibGfx/Color.h | 1 - 1 file changed, 1 deletion(-) 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 {