fix unused var warning

SVN revision: 63224
This commit is contained in:
Mike Blumenkrantz 2011-09-06 07:54:22 +00:00
parent 03fc60aa85
commit 0b37d849d5
1 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@ static void
_e_wid_fsel_files_changed(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
{
E_Widget_Data *wd;
struct stat st;
wd = data;
if (!wd->o_files_fm) return;