e win - remove logically dead code

fix CID 1425227
This commit is contained in:
Carsten Haitzler 2020-04-19 00:24:59 +01:00
parent 948d064561
commit f9454fcb65
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ e_win_pointer_get(Evas_Object *obj)
Elm_Win_Trap_Ctx *ctx = elm_win_trap_data_get(obj);
if (!ctx) return NULL;
return ctx ? ctx->pointer : NULL;
return ctx->pointer;
}
E_API Eina_Bool