diff options
author | Emil Velikov <[email protected]> | 2018-03-05 18:33:14 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-03-12 14:48:52 +0000 |
commit | 5ef608fab7d45163e72c41672817d2b9837dac78 (patch) | |
tree | 1eb8819630411456a019f3ff85cddf67175b8529 /src/glx/apple | |
parent | 2c765b0d9a292ea93611f8e00abc5698f6fdfcea (diff) |
glx: remove empty GLX_SGIX_swap_group stubs
The extension was never implemented. Quick search suggests:
- no actual users (on my Arch setup)
- the Nvidia driver does not implement the extension
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Ian Romanick <[email protected]>
Acked-by: Brian Paul <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/glx/apple')
-rw-r--r-- | src/glx/apple/glx_empty.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/glx/apple/glx_empty.c b/src/glx/apple/glx_empty.c index 427c3a59356..b7afbce7dd5 100644 --- a/src/glx/apple/glx_empty.c +++ b/src/glx/apple/glx_empty.c @@ -50,18 +50,6 @@ glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) /* -** GLX_SGIX_swap_group -*/ -void -glXJoinSwapGroupSGIX(Display * dpy, GLXDrawable drawable, GLXDrawable member) -{ - (void) dpy; - (void) drawable; - (void) member; -} - - -/* ** GLX_OML_sync_control */ Bool |