diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-19 17:15:42 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-19 22:45:50 -0400 |
commit | 22266c391fbe17603b15a83d4ccf5fa9455ccf8d (patch) | |
tree | 15f93e799e4c98554bd52bdbb597592649a522d1 /src/glx/glxclient.h | |
parent | 70887d517290060a80c7f5dd8c0ea0c834c4d91e (diff) |
glx: Remove support for MESA_swap_frame_usage
The extension never worked, the implementation returns GLX_BAD_CONTEXT
when enabling the frame tracking.
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index d7af44470f0..4ce99050b35 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -540,10 +540,6 @@ struct __GLXscreenConfigsRec const __DRIcopySubBufferExtension *driCopySubBuffer; #endif -#ifdef __DRI_FRAME_TRACKING - const __DRIframeTrackingExtension *frameTracking; -#endif - #endif /** |