screenshot: Delete dead variable
This commit is contained in:
@ -782,9 +782,8 @@ create_image (cairo_surface_t *surface,
|
|||||||
gdouble xres, yres;
|
gdouble xres, yres;
|
||||||
gchar *comment;
|
gchar *comment;
|
||||||
gint width, height;
|
gint width, height;
|
||||||
gboolean status;
|
|
||||||
|
|
||||||
status = gimp_progress_init (_("Importing screenshot"));
|
gimp_progress_init (_("Importing screenshot"));
|
||||||
|
|
||||||
width = cairo_image_surface_get_width (surface);
|
width = cairo_image_surface_get_width (surface);
|
||||||
height = cairo_image_surface_get_height (surface);
|
height = cairo_image_surface_get_height (surface);
|
||||||
|
Reference in New Issue
Block a user