gpu: All ops obey the ccs now

Remove the macro used for the not-yet converted ops.
This commit is contained in:
Benjamin Otte 2024-07-06 03:53:21 +02:00
parent 2fe9ff7918
commit b801eae00f

View File

@ -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))