From 93997044cdf09a3fb6f73792fdf04f908d5a2453 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 17 Jan 2012 00:02:18 +0000 Subject: [PATCH] ephoto ephoto.h: Removed unused variable. Build warning-- SVN revision: 67255 --- src/bin/ephoto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h index 0ef0e0d..666ac6b 100644 --- a/src/bin/ephoto.h +++ b/src/bin/ephoto.h @@ -168,7 +168,7 @@ extern int __log_domain; static inline Eina_Bool _ephoto_eina_file_direct_info_image_useful(const Eina_File_Direct_Info *info) { - const char /* *type, */ *bname, *ext; + const char /* *type, */ *bname; bname = info->path + info->name_start; if (bname[0] == '.') return EINA_FALSE;