glx: Send DestroyContext protocol at the correct times
[mesa.git] / src / glx / glxclient.h
index f91542661016eb9ff9f8ba0f7a90007a55a44e64..109206f6ba03fe12e9df7ae09c02b965be18c641 100644 (file)
@@ -227,9 +227,6 @@ struct glx_context_vtable {
    void * (*get_proc_address)(const char *symbol);
 };
 
-extern void
-glx_send_destroy_context(Display *dpy, XID xid);
-
 /**
  * GLX state that needs to be kept on the client.  One of these records
  * exist for each context that has been made current by this client.