mirror of https://github.com/GNOME/gimp.git
removed unused variable
This commit is contained in:
parent
3e4674a14f
commit
cdea36c6ce
|
@ -721,7 +721,6 @@ gimp_imagefile_save_thumb (GimpImagefile *imagefile,
|
||||||
GdkPixbuf *pixbuf;
|
GdkPixbuf *pixbuf;
|
||||||
GimpEnumDesc *enum_desc;
|
GimpEnumDesc *enum_desc;
|
||||||
GimpImageType type;
|
GimpImageType type;
|
||||||
const gchar *type_str;
|
|
||||||
gint num_layers;
|
gint num_layers;
|
||||||
gint width, height;
|
gint width, height;
|
||||||
gboolean success = FALSE;
|
gboolean success = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue