evas: remove useless initialization.
authorCedric Bail <cedric.bail@samsung.com>
Thu, 11 Apr 2013 03:00:21 +0000 (12:00 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Thu, 11 Apr 2013 09:07:09 +0000 (18:07 +0900)
src/lib/evas/canvas/evas_object_main.c

index a692837..fc2557b 100644 (file)
@@ -674,7 +674,7 @@ _position_set(Eo *eo_obj, void *_pd, va_list *list)
    Eina_Bool is, was = EINA_FALSE;
    Eina_Bool pass = EINA_FALSE, freeze = EINA_FALSE;
    Eina_Bool source_invisible = EINA_FALSE;
-   int nx = 0, ny = 0;
+   int nx, ny;
 
    if (obj->delete_me) return;
    if (!obj->layer) return;