eavs_3d: Avoid enum check for < 0
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 8 Jun 2015 14:38:02 +0000 (16:38 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 8 Jun 2015 15:09:38 +0000 (17:09 +0200)
commitb1709917c5f22c3304b9d23bb9e04fd7183be41f
tree766f4b190038b77e2cce100f7d978963354e9b91
parent13df35050cdf5e500e9dbe1290ca3dd83580f252
eavs_3d: Avoid enum check for < 0

Evas_3D_Mesh_Primitive is a enum starting from 0 so it never will be below 0.
Just as the compiler tells us. Remove unneeded check.
lib/evas/canvas/evas_3d_primitive.c:48:4: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
src/lib/evas/canvas/evas_3d_primitive.c