# HG changeset patch # User zas_ # Date 1207255993 0 # Node ID cccba3e30a445d0f08a67af1713d76a7f7c897fa # Parent e4f8a9c1ba26c7adbae5a7944e3983a53f533c03 Remove two unused variables declarations, and add a missing #include. diff -r e4f8a9c1ba26 -r cccba3e30a44 src/exif-common.c --- a/src/exif-common.c Thu Apr 03 20:46:55 2008 +0000 +++ b/src/exif-common.c Thu Apr 03 20:53:13 2008 +0000 @@ -24,6 +24,7 @@ #include "gqview.h" #include "exif.h" +#include "filelist.h" #include "format_raw.h" #include "ui_fileops.h" @@ -45,14 +46,6 @@ { NULL, NULL } }; -static ExifTextList ExifFlashList[] = { - { 0, N_("no") }, - { 1, N_("yes") }, - { 5, N_("yes, not detected by strobe") }, - { 7, N_("yes, detected by strobe") }, - EXIF_TEXT_LIST_END -}; - double exif_rational_to_double(ExifRational *r, gint sign) { if (!r || r->den == 0.0) return 0.0; @@ -154,8 +147,6 @@ if (make) { - gchar *x; - g_strstrip(make); #define REMOVE_SUFFIX(str,suff) \ do { \