elementary_test: Remove set but unused variable

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-01-23 09:35:13 -05:00
parent d965c8a3ce
commit d975597fb4
1 changed files with 1 additions and 2 deletions

View File

@ -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");