x11: remove empty GLX_SGIX_swap_barrier stubs
[mesa.git] / src / mesa / drivers / x11 / glxapi.h
index 7bccc50aa788ae509e8e999c3f88dd8ca6b41a07..4f3087cac7a52d208310048c2437fc0ccf995bc7 100644 (file)
@@ -167,10 +167,6 @@ struct _glxapi_table {
    /*** GLX_SGIX_swap_group ***/
    void (*JoinSwapGroupSGIX)(Display *, GLXDrawable, GLXDrawable);
 
-   /*** GLX_SGIX_swap_barrier ***/
-   void (*BindSwapBarrierSGIX)(Display *, GLXDrawable, int);
-   Bool (*QueryMaxSwapBarriersSGIX)(Display *, int, int *);
-
    /*** GLX_SUN_get_transparent_index ***/
    Status (*GetTransparentIndexSUN)(Display *, Window, Window, long *);