flipselector: Remove unused variable of Elm_Flipselector_Item

The data for callback is stored in Widget's data variable.
So, Elm_Flipselector_Item's data variable is not needed.
This commit is contained in:
Ryuan Choi 2014-01-17 00:19:49 +09:00
parent 41eb908038
commit 8acc7ed7eb
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ struct _Elm_Flipselector_Item
const char *label;
Evas_Smart_Cb func;
void *data;
int deleted : 1;
};