includes/GL: remove duplicated extension declarations from glx.h
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 30 Jul 2015 14:18:54 +0000 (15:18 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 1 Aug 2015 14:47:55 +0000 (15:47 +0100)
commit2b831334e95e80e1a53dcce2fab21b012d3384c7
tree559f3f6773f4dd590309fd5982865628ae7b11da
parent6f2d88927a77f902157704d16b70b1265e0ca357
includes/GL: remove duplicated extension declarations from glx.h

All three of GLX_NV_float_buffer, GLX_EXT_texture_from_pixmap and
GLX_MESA_query_renderer have been in glxext.h for a while now.

As such we can drop this workaround/hack from the header.

v2: Remove the comment about GLX_NV_float_buffer.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com> (v1)
include/GL/glx.h