diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2009-01-08 16:05:45 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2009-01-08 16:05:45 +0000 |
commit | ee2876316a541c7513cc902f106a00890c625f9f (patch) | |
tree | 6dcf713a87e507e90910c65a6bed2313f57269a4 /src/gallium/state_trackers/xlib/fakeglx.c | |
parent | 92e23ef81f4411f60baec107a45c92c51133134a (diff) |
xlib: strip out some unused XMesa api functions
Diffstat (limited to 'src/gallium/state_trackers/xlib/fakeglx.c')
-rw-r--r-- | src/gallium/state_trackers/xlib/fakeglx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xlib/fakeglx.c b/src/gallium/state_trackers/xlib/fakeglx.c index 04ba112b24..e62ff239d0 100644 --- a/src/gallium/state_trackers/xlib/fakeglx.c +++ b/src/gallium/state_trackers/xlib/fakeglx.c @@ -50,7 +50,6 @@ #include "mtypes.h" #include "version.h" #include "fakeglx.h" -#include "xmesaP.h" #include "state_tracker/st_context.h" #include "state_tracker/st_public.h" |