Edje: Remove non-sensical NULL check

Fixes CID 1261450
This commit is contained in:
Jean-Philippe Andre 2015-04-20 17:57:11 +09:00
parent 555f09009a
commit a253468442
1 changed files with 0 additions and 1 deletions

View File

@ -13052,7 +13052,6 @@ edje_cc_handlers_wildcard(void)
end = strrchr(last, '.');
if (end) last = end + 1;
}
if (!last) return EINA_FALSE;
if (current_part)
{
if ((!strcmp(last, "part")) && (!current_part->name))