Removed redundant image_ID declaration that shadowed an outer variable

2007-05-30  Mukund Sivaraman  <muks@mukund.org>

        * plug-ins/jpeg/jpeg.c: Removed redundant image_ID declaration that
        shadowed an outer variable needlessly (found using Splint).


svn path=/trunk/; revision=22665
This commit is contained in:
Mukund Sivaraman 2007-05-30 14:10:10 +00:00 committed by Mukund Sivaraman
parent 90bc002a6e
commit 327a683cd4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-05-30 Mukund Sivaraman <muks@mukund.org>
* plug-ins/jpeg/jpeg.c: Removed redundant image_ID declaration that
shadowed an outer variable needlessly (found using Splint).
2007-05-30 Mukund Sivaraman <muks@mukund.org>
* plug-ins/sel2path/fit.c: Initialize spline.linearity before use.

View File

@ -247,7 +247,6 @@ run (const gchar *name,
const gchar *filename = param[0].data.d_string;
gint width = 0;
gint height = 0;
gint32 image_ID;
image_ID = load_thumbnail_image (filename, &width, &height);