Bug 787494 - incorrect babl_space_from_icc() call.

Added in commit 415f869f20 to drop a
workaround from commit bac042db39.
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:
Jehan 2017-09-10 11:31:50 +02:00
parent a0dc9abe23
commit 16d33b034b
1 changed files with 0 additions and 1 deletions

View File

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