projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0abe9b3
)
Remove unused var on test_focus
author
Bruno Dilly
<bdilly@profusion.mobi>
Tue, 30 Nov 2010 18:51:16 +0000
(18:51 +0000)
committer
Bruno Dilly
<bdilly@profusion.mobi>
Tue, 30 Nov 2010 18:51:16 +0000
(18:51 +0000)
SVN revision: 55096
legacy/elementary/src/bin/test_focus.c
patch
|
blob
|
history
diff --git
a/legacy/elementary/src/bin/test_focus.c
b/legacy/elementary/src/bin/test_focus.c
index
22072a5
..
f9172c4
100644
(file)
--- a/
legacy/elementary/src/bin/test_focus.c
+++ b/
legacy/elementary/src/bin/test_focus.c
@@
-8,7
+8,6
@@
static Eina_Bool
_event(void *data __UNUSED__, Evas_Object *obj __UNUSED__, Evas_Object *src __UNUSED__, Evas_Callback_Type type, void *event_info)
{
- const char *key;
if (type == EVAS_CALLBACK_KEY_DOWN)
printf ("Key Down:");
else if (type == EVAS_CALLBACK_KEY_UP)