Skip to content

Commit

Permalink
Remove unused variable declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Apr 3, 2008
1 parent 6c8390b commit c2eef3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bar_exif.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static gint bar_exif_row_enabled(const gchar *name)
static void bar_exif_update(ExifBar *eb)
{
ExifData *exif;
gint len, i;
gint i;

exif = exif_read_fd(eb->fd, FALSE);

Expand Down Expand Up @@ -570,7 +570,6 @@ GtkWidget *bar_exif_new(gint show_title, FileData *fd, gint advanced, GtkWidget
GtkWidget *viewport;
GtkWidget *hbox;
GtkWidget *button;
gint len;
gint i;
gint exif_len;

Expand Down

0 comments on commit c2eef3c

Please sign in to comment.