summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYeongjong Lee <cleanlyj@naver.com>2018-08-15 16:44:22 +0000
committerStefan Schmidt <s.schmidt@samsung.com>2018-08-16 10:22:48 +0200
commit25d4517fb9c57b26b06add6a44753963dee81922 (patch)
treeebaad466689c8ab412d50146fc7b6868d19a2037
parenteb32d164a7f178a71d9af7fe0c95439e20cf3783 (diff)
downloadefl-25d4517fb9c57b26b06add6a44753963dee81922.tar.gz
tests/image: remove unused variable
Differential Revision: https://phab.enlightenment.org/D6843
-rw-r--r--src/tests/elementary/elm_test_image.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/elementary/elm_test_image.c b/src/tests/elementary/elm_test_image.c
index 109c56d122..637cc96219 100644
--- a/src/tests/elementary/elm_test_image.c
+++ b/src/tests/elementary/elm_test_image.c
@@ -198,10 +198,6 @@ EFL_END_TEST
EFL_START_TEST (elm_image_evas_object_color_set)
{
Evas_Object *win, *image;
- Eina_Bool ok;
- Test_Data td;
- Eina_File *f;
- char path[PATH_MAX];
int r = 128, g = 99, b = 3, a = 230;
int rr = 0, gg = 0, bb = 0, aa = 0;