glx: Remove unused __GLXDRIscreen::createContext

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7660>
This commit is contained in:
Adam Jackson 2020-09-16 12:22:46 -04:00 committed by Marge Bot
parent 97ae429754
commit 731f3c113e
1 changed files with 0 additions and 5 deletions

View File

@ -108,11 +108,6 @@ struct __GLXDRIscreenRec {
void (*destroyScreen)(struct glx_screen *psc);
struct glx_context *(*createContext)(struct glx_screen *psc,
struct glx_config *config,
struct glx_context *shareList,
int renderType);
__GLXDRIdrawable *(*createDrawable)(struct glx_screen *psc,
XID drawable,
GLXDrawable glxDrawable,