Remove GLX sync fence code

It was never enabled in the old version of compton anyway.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-11-10 22:12:46 +00:00
parent 45a260b433
commit 03ff094f75
2 changed files with 0 additions and 42 deletions

View File

@ -1638,9 +1638,6 @@ vsync_deinit(session_t *ps);
*/
///@{
void
xr_glx_sync(session_t *ps, Drawable d, XSyncFence *pfence);
/**
* Free a GLX texture.
*/
@ -1761,9 +1758,6 @@ xr_sync(session_t *ps, Drawable d, XSyncFence *pfence) {
if (*pfence)
XSyncResetFence(ps->dpy, *pfence);
}
#ifdef OPENGL
xr_glx_sync(ps, d, pfence);
#endif
}
/** @name DBus handling