summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-04-21 16:49:29 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-04-21 16:49:29 +0900
commitc9377e2ef7a1fc8bdfe002180951993b9794e1d3 (patch)
tree182af0786cdaddcc50ce4bbd7401291aaa46be63
parentb9991b045ca773dc11c35ad48e3ea12996381b4f (diff)
downloadefl-c9377e2ef7a1fc8bdfe002180951993b9794e1d3.tar.gz
elm test - unused vars - fix warning and remove them
-rw-r--r--src/bin/elementary/test_ui_box.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/elementary/test_ui_box.c b/src/bin/elementary/test_ui_box.c
index ce37739972..e047ea96b5 100644
--- a/src/bin/elementary/test_ui_box.c
+++ b/src/bin/elementary/test_ui_box.c
@@ -64,9 +64,7 @@ static void
user_min_slider_cb(void *data EINA_UNUSED, const Efl_Event *event)
{
int val = elm_slider_value_get(event->object);
- Eo *win = data, *box;
- box = efl_key_wref_get(win, "box");
efl_gfx_size_hint_min_set(objects[3], val, val);
}