devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d975597fb47be991eadf2f69bdb11a0b8964c807

commit d975597fb47be991eadf2f69bdb11a0b8964c807
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Jan 23 09:35:13 2017 -0500

    elementary_test: Remove set but unused variable
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/elementary/test_gfx_filters.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/elementary/test_gfx_filters.c 
b/src/bin/elementary/test_gfx_filters.c
index 9f0ac5a..b985529 100644
--- a/src/bin/elementary/test_gfx_filters.c
+++ b/src/bin/elementary/test_gfx_filters.c
@@ -197,11 +197,10 @@ static void
 _code_changed(void *data, const Efl_Event *ev EINA_UNUSED)
 {
    Eo *win = data;
-   Eo *text, *code, *spinner;
+   Eo *code, *spinner;
    Eina_Strbuf *buf = NULL;
    const char *source;
 
-   text = efl_key_wref_get(win, "text");
    code = efl_key_wref_get(win, "code");
    spinner = efl_key_wref_get(win, "spinner");
 

-- 


Reply via email to