ecore gl module - dont check value that is already valid
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 8 Aug 2016 08:15:22 +0000 (17:15 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 8 Aug 2016 08:47:14 +0000 (17:47 +0900)
commit60fec61c8bc6a817b317d29b8556bc5b468828bf
treef59e053413a05ce8a8b116eb770f811fddcce1db
parente5dbf6cfbab874aa2ecb12284e97e6dfda7d3d39
ecore gl module - dont check value that is already valid

make coverity happy with CID 1347410 - it's technically right that the
code assumes the im ptr is valid until then as it dereferences it
until then and then stores it under pd->image but then checks for
NULL.. it would have crashed already if it were, so rmemove the
pointless check.
src/modules/evas/engines/gl_generic/evas_ector_gl_rgbaimage_buffer.c