projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af2170a
)
flipselector: Remove unused variable of Elm_Flipselector_Item
author
Ryuan Choi
<ryuan.choi@gmail.com>
Thu, 16 Jan 2014 15:19:49 +0000
(
00:19
+0900)
committer
Ryuan 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
patch
|
blob
|
history
diff --git
a/src/lib/elm_widget_flipselector.h
b/src/lib/elm_widget_flipselector.h
index 2512f596cf1b31582c0cef31fb2568145838ad2b..bc640b2d9f802017ccb9fdca79c02b115123403a 100644
(file)
--- a/
src/lib/elm_widget_flipselector.h
+++ b/
src/lib/elm_widget_flipselector.h
@@
-42,7
+42,6
@@
struct _Elm_Flipselector_Item
const char *label;
Evas_Smart_Cb func;
- void *data;
int deleted : 1;
};