removed unused variable

This commit is contained in:
Sven Neumann 2004-10-26 15:07:10 +00:00
parent 3e4674a14f
commit cdea36c6ce

View file

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