diff options
author | Keith Whitwell <[email protected]> | 2004-12-22 19:30:02 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-12-22 19:30:02 +0000 |
commit | 7db50bb3a893ba0ec0ec2fe1ec54a07ff6472435 (patch) | |
tree | ad6d7b3d9781e0d71e52faecd161af5166ad8752 /src/mesa/drivers/dri/unichrome/via_screen.h | |
parent | 922bfd70ffdf5e668f197d06937bd79ff6026557 (diff) |
Remove dead code.
Fix 24/8 depth/stencil visuals.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_screen.h')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_screen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_screen.h b/src/mesa/drivers/dri/unichrome/via_screen.h index c70ff447fd4..01613eac211 100644 --- a/src/mesa/drivers/dri/unichrome/via_screen.h +++ b/src/mesa/drivers/dri/unichrome/via_screen.h @@ -44,9 +44,6 @@ typedef struct { int fbFormat; int fbOffset; int fbSize; -#ifdef USE_XINERAMA - Bool drixinerama; -#endif int fbStride; |