From 26fe9713e1be777b3a488bf391c831d2aac58d86 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Fri, 21 Jun 2024 12:44:08 +0000 Subject: [PATCH] modules: Remove last usage of GimpCMYK It had actually been made unnecessary by 1c81c426. This will allow for the full removal of GimpCMYK from the codebase as part of the color space invasion. --- modules/color-selector-cmyk.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/color-selector-cmyk.c b/modules/color-selector-cmyk.c index 770234a965..700bc767a9 100644 --- a/modules/color-selector-cmyk.c +++ b/modules/color-selector-cmyk.c @@ -49,11 +49,10 @@ struct _ColorselCmyk GimpColorRenderingIntent simulation_intent; gboolean simulation_bpc; - GimpCMYK cmyk; - GtkWidget *scales[4]; - GtkWidget *name_label; + GtkWidget *scales[4]; + GtkWidget *name_label; - gboolean in_destruction; + gboolean in_destruction; }; struct _ColorselCmykClass