mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
plug-ins: Remove unused variables in Gradient Flare
This commit is contained in:
parent
2b8c4ff0de
commit
efdd0b76ef
1 changed files with 1 additions and 3 deletions
|
@ -5037,9 +5037,7 @@ gradient_get_values_real_external (const gchar *gradient_name,
|
||||||
GimpGradient *gradient;
|
GimpGradient *gradient;
|
||||||
GeglColor **colors;
|
GeglColor **colors;
|
||||||
const Babl *format = babl_format ("R'G'B'A u8");
|
const Babl *format = babl_format ("R'G'B'A u8");
|
||||||
gdouble *tmp_values;
|
|
||||||
gint i;
|
gint i;
|
||||||
gint j;
|
|
||||||
|
|
||||||
gradient = gimp_gradient_get_by_name (gradient_name);
|
gradient = gimp_gradient_get_by_name (gradient_name);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue