Mercurial > geeqie
changeset 239:cccba3e30a44
Remove two unused variables declarations, and add a missing #include.
author | zas_ |
---|---|
date | Thu, 03 Apr 2008 20:53:13 +0000 |
parents | e4f8a9c1ba26 |
children | cce347409480 |
files | src/exif-common.c |
diffstat | 1 files changed, 1 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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 { \