flipselector: Remove unused variable of Elm_Flipselector_Item
authorRyuan Choi <ryuan.choi@gmail.com>
Thu, 16 Jan 2014 15:19:49 +0000 (00:19 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Thu, 16 Jan 2014 15:19:49 +0000 (00:19 +0900)
The data for callback is stored in Widget's data variable.
So, Elm_Flipselector_Item's data variable is not needed.

src/lib/elm_widget_flipselector.h

index 2512f596cf1b31582c0cef31fb2568145838ad2b..bc640b2d9f802017ccb9fdca79c02b115123403a 100644 (file)
@@ -42,7 +42,6 @@ struct _Elm_Flipselector_Item
 
    const char   *label;
    Evas_Smart_Cb func;
-   void         *data;
    int           deleted : 1;
 };