mirror of https://github.com/GNOME/gimp.git
Bug 787494 - incorrect babl_space_from_icc() call.
Added in commit415f869f20
to drop a workaround from commitbac042db39
. This line was not a part of the workaround and looks completely unrelated. I assume that's just a commit mistake. :-)
This commit is contained in:
parent
a0dc9abe23
commit
16d33b034b
|
@ -1479,7 +1479,6 @@ gimp_color_profile_get_format (GimpColorProfile *profile,
|
|||
|
||||
space = babl_space_from_icc ((const gchar *) profile->priv->data,
|
||||
profile->priv->length,
|
||||
BABL_ICC_INTENT_RELATIVE_COLORIMETRIC,
|
||||
&babl_error);
|
||||
|
||||
if (! space)
|
||||
|
|
Loading…
Reference in New Issue