Evas: Remove invalid code
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 9 May 2016 02:46:11 +0000 (11:46 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 9 May 2016 02:46:11 +0000 (11:46 +0900)
commit290b3d8926460a7731935dc554694e34a4edb540
tree7aa5bb360885dd6f5b276e2caa9d8adcc2ca2f23
parent3787d33992318270b2ccf146423f88f4057cb421
Evas: Remove invalid code

Since Efl.Canvas.Image and Efl.Canvas.Scene3d inherit from
Evas.Image, the two CHECK(isa) can not be reached, and also the
cast from eo_data_scope_get() would be invalid (it should return
NULL as those classes have no private data).

Also, I believe the CHECK() for texture3d can not be reached
either since texture3d objects are not evas objects.

Ping @zmike
src/lib/evas/canvas/evas_main.c