From 183ab9e14efed2c5483a472ea8feff31fcf6d2a9 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 25 Sep 2012 11:39:17 -0700 Subject: glx: Replace DRI2WaitForSBC custom protocol with XCB. Reviewed-by: Chad Versace --- src/glx/dri2.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/glx/dri2.h') diff --git a/src/glx/dri2.h b/src/glx/dri2.h index 114e9f8f965..bfd9910f792 100644 --- a/src/glx/dri2.h +++ b/src/glx/dri2.h @@ -96,10 +96,6 @@ extern Bool DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc); -extern Bool -DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, - CARD64 *msc, CARD64 *sbc); - extern void DRI2SwapInterval(Display *dpy, XID drawable, int interval); -- cgit v1.2.3