Remove useless return statement

Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
Brian Paul 2013-10-19 16:10:54 -06:00 committed by Eric Anholt
parent 8c51eb8239
commit 644e05562e

View File

@ -90,7 +90,6 @@ glamor_get_image(DrawablePtr pDrawable, int x, int y, int w, int h,
unsigned int format, unsigned long planeMask, char *d)
{
_glamor_get_image(pDrawable, x, y, w, h, format, planeMask, d, TRUE);
return;
}
Bool