From b801eae00f2a45ece37ad42657179e0b1ea11feb Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 6 Jul 2024 03:53:21 +0200 Subject: [PATCH] gpu: All ops obey the ccs now Remove the macro used for the not-yet converted ops. --- gsk/gpu/gskgpucolorstatesprivate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gsk/gpu/gskgpucolorstatesprivate.h b/gsk/gpu/gskgpucolorstatesprivate.h index 16e1b45415..b5658d903d 100644 --- a/gsk/gpu/gskgpucolorstatesprivate.h +++ b/gsk/gpu/gskgpucolorstatesprivate.h @@ -62,4 +62,3 @@ gsk_gpu_color_states_is_alt_premultiplied (GskGpuColorStates self) return !!(self & COLOR_SPACE_ALT_PREMULTIPLIED); } -#define DEFAULT_COLOR_STATES (gsk_gpu_color_states_create (GDK_COLOR_STATE_SRGB, TRUE, GDK_COLOR_STATE_SRGB, TRUE))