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.
This commit is contained in:
Alx Sa 2024-06-21 12:44:08 +00:00
parent 5f9e939e09
commit 26fe9713e1
1 changed files with 3 additions and 4 deletions

View File

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