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:
e383409
)
genlist: removed unnecessary EINA_UNUSED macro
author
Anand
<anand.km@samsung.com>
Wed, 6 Aug 2014 04:56:07 +0000
(13:56 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Wed, 6 Aug 2014 04:56:07 +0000
(13:56 +0900)
Reviewers: singh.amitesh, nirajkr, seoz
Reviewed By: seoz
Subscribers: sachin.dev
Differential Revision: https://phab.enlightenment.org/D1270
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index af518bdfcef6342e35c7bf91da255b78b86ca007..923c4da1a6a4b41f3611029ef107640fddb836ea 100644
(file)
--- a/
src/lib/elm_genlist.c
+++ b/
src/lib/elm_genlist.c
@@
-2184,7
+2184,7
@@
_item_block_realize(Item_Block *itb)
}
EOLIAN static void
-_elm_genlist_pan_evas_object_smart_calculate(Eo *obj
EINA_UNUSED
, Elm_Genlist_Pan_Data *psd)
+_elm_genlist_pan_evas_object_smart_calculate(Eo *obj, Elm_Genlist_Pan_Data *psd)
{
Evas_Coord ox, oy, ow, oh, cvx, cvy, cvw, cvh;
Evas_Coord vx = 0, vy = 0, vw = 0, vh = 0;