seoz pushed a commit to branch master.

commit c8d78ba93d005fcb3dbe775ab2057386128aea13
Author: Daniel Juyung Seo <[email protected]>
Date:   Sun Aug 11 18:23:18 2013 +0900

    elm_access.c: refactoring. cleaner code.
---
 src/lib/elm_access.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/lib/elm_access.c b/src/lib/elm_access.c
index 57bcae2..9932062 100644
--- a/src/lib/elm_access.c
+++ b/src/lib/elm_access.c
@@ -1229,9 +1229,7 @@ elm_access_action(Evas_Object *obj, const 
Elm_Access_Action_Type type, Elm_Acces
 {
    Evas *evas;
    Evas_Object *ho;
-   Elm_Access_Action_Info *a;
-
-   a = (Elm_Access_Action_Info *) action_info;
+   Elm_Access_Action_Info *a = action_info;
 
    switch (type)
      {

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to