ephoto ephoto.h: Removed unused variable. Build warning--

SVN revision: 67255
This commit is contained in:
Daniel Juyung Seo 2012-01-17 00:02:18 +00:00
parent 14a8464c0a
commit 93997044cd
1 changed files with 1 additions and 1 deletions

View File

@ -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;