evas: forgotten unecessary initialization.

This commit is contained in:
Cedric BAIL 2017-06-14 14:17:18 -07:00
parent 0516cdc0f9
commit 8c11685b5e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static const Evas_Object_Mask_Data default_mask = {
NULL, 0, 0, EINA_FALSE, EINA_FALSE, EINA_FALSE, EINA_FALSE
};
static const Evas_Object_Events_Data default_events = {
NULL, NULL, NULL, { NULL, { 0 } }
NULL, NULL, NULL, NULL
};
Eina_Cow *evas_object_proxy_cow = NULL;