glamor: Drop the body of the function for enabling DRI3 extensions.
authorEric Anholt <eric@anholt.net>
Tue, 31 Dec 2013 02:33:09 +0000 (18:33 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 17 Mar 2014 21:30:49 +0000 (14:30 -0700)
commit4e21b7ee49bc8f33c6211411d80aa70b16998adc
treebcfc217df4df3916274eb85a0f4381f8f78d534b
parent92e2125c5219c7b270785f063fe2560583b2baff
glamor: Drop the body of the function for enabling DRI3 extensions.

The flag is already being set at glamor_egl_screen_init() time, so no
need for the driver to separately call this.  That said, leave the
function around to keep the ABI compatibility.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Markus Wick <markus@selfnet.de>
glamor/glamor.h
glamor/glamor_egl.c