Skip to content

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
ksashikumar committed Jul 12, 2013
1 parent c5617f8 commit 1878cf2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions file-mpo.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,7 @@ delete_layers (void)

for (i = 0; i < num_images; i++)
{
if ((gimp_drawable_width (layer_id[i]) < width) && (gimp_drawable_height(layer_id[i]) < height))
gimp_image_remove_layer (image_id, layer_id[i]);
else
gimp_drawable_set_name (
if ((gimp_drawable_width(layer_id[i]) < width) && (gimp_drawable_height(layer_id[i]) < height))
gimp_image_remove_layer(image_id, layer_id[i]);
}
}

0 comments on commit 1878cf2

Please sign in to comment.