stefan pushed a commit to branch master.

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

commit 25d4517fb9c57b26b06add6a44753963dee81922
Author: Yeongjong Lee <[email protected]>
Date:   Wed Aug 15 16:44:22 2018 +0000

    tests/image: remove unused variable
    
    Differential Revision: https://phab.enlightenment.org/D6843
---
 src/tests/elementary/elm_test_image.c | 4 ----
 1 file changed, 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;
 

-- 


Reply via email to