evas-gl-generic: Remove useless returns
authorChris Michael <cp.michael@samsung.com>
Tue, 19 Aug 2014 14:06:57 +0000 (10:06 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 19 Aug 2014 17:47:10 +0000 (13:47 -0400)
There is really No point in having the 'return' here as we fall out of
the function anyway.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/gl_generic/evas_engine.c

index 11a2432..ffa3bfe 100644 (file)
@@ -241,7 +241,6 @@ _native_bind_cb(void *data EINA_UNUSED, void *image)
       glBindTexture(GL_TEXTURE_2D, n->data.opengl.texture_id);
       GLERR(__FUNCTION__, __FILE__, __LINE__, "");
     }
-   return;
 }
 
 static void
@@ -255,7 +254,6 @@ _native_unbind_cb(void *data EINA_UNUSED, void *image)
       glBindTexture(GL_TEXTURE_2D, 0);
       GLERR(__FUNCTION__, __FILE__, __LINE__, "");
     }
-  return;
 }
 
 static void