mirror of https://github.com/GNOME/gimp.git
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:
parent
5f9e939e09
commit
26fe9713e1
|
@ -49,7 +49,6 @@ struct _ColorselCmyk
|
||||||
GimpColorRenderingIntent simulation_intent;
|
GimpColorRenderingIntent simulation_intent;
|
||||||
gboolean simulation_bpc;
|
gboolean simulation_bpc;
|
||||||
|
|
||||||
GimpCMYK cmyk;
|
|
||||||
GtkWidget *scales[4];
|
GtkWidget *scales[4];
|
||||||
GtkWidget *name_label;
|
GtkWidget *name_label;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue