diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2009-01-08 15:05:08 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2009-01-08 15:05:08 +0000 |
commit | cae13a8e4f231b8c967a9ba01eba037cfad0670a (patch) | |
tree | cd20ec7af620f417e0154cb444fb41f193f6e241 /src/gallium/state_trackers/xlib/xm_api.c | |
parent | 18ad0e3a284da13ebd6bac7a5cc5a9d17ab6efc7 (diff) |
xlib: strip out FX stuff
Diffstat (limited to 'src/gallium/state_trackers/xlib/xm_api.c')
-rw-r--r-- | src/gallium/state_trackers/xlib/xm_api.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/state_trackers/xlib/xm_api.c b/src/gallium/state_trackers/xlib/xm_api.c index e99a511d6f..446071f0fd 100644 --- a/src/gallium/state_trackers/xlib/xm_api.c +++ b/src/gallium/state_trackers/xlib/xm_api.c @@ -1126,14 +1126,6 @@ XMesaBuffer XMesaGetCurrentReadBuffer( void ) } -#ifndef FX -GLboolean XMesaSetFXmode( GLint mode ) -{ - (void) mode; - return GL_FALSE; -} -#endif - /* |