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,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
|
||||
|
|
Loading…
Reference in New Issue