Edje test: remove unused variable.
authorTom Hacohen <tom@stosb.com>
Sun, 4 Oct 2015 14:01:08 +0000 (15:01 +0100)
committerTom Hacohen <tom@stosb.com>
Sun, 4 Oct 2015 14:01:27 +0000 (15:01 +0100)
src/tests/edje/edje_test_edje.c

index 6cc6cb0..631abea 100644 (file)
@@ -253,7 +253,7 @@ START_TEST(edje_test_snapshot)
 {
    Evas *evas = EDJE_TEST_INIT_EVAS();
    const Evas_Object *sub;
-   Evas_Object *obj, *src = NULL;
+   Evas_Object *obj;
    Eina_Bool b;
 
    setenv("EVAS_DATA_DIR", EVAS_DATA_DIR, 1);