mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user