devilhorns pushed a commit to branch master.

commit 8d8cae6a469749e6bd222bad19aaea7c731a4afa
Author: Chris Michael <[email protected]>
Date:   Wed Jun 19 09:17:52 2013 +0100

    Remove unused variable.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/termio.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index d7fb7f8..f685929 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -3057,10 +3057,9 @@ _smart_cb_mouse_in(void *data, Evas *e __UNUSED__, 
Evas_Object *obj __UNUSED__,
 }
 
 static void
-_smart_cb_mouse_out(void *data, Evas *e __UNUSED__, Evas_Object *obj 
__UNUSED__, void *event)
+_smart_cb_mouse_out(void *data, Evas *e __UNUSED__, Evas_Object *obj 
__UNUSED__, void *event __UNUSED__)
 {
    Evas_Object *o;
-   Evas_Event_Mouse_Out *ev = event;
    Termio *sd;
 
    sd = evas_object_smart_data_get(data);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to