diff options
Diffstat (limited to 'src/glx/apple/glx_empty.c')
-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 |