summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-01-28 18:25:46 +0000
committerKeith Whitwell <keithw@vmware.com>2009-01-28 18:25:46 +0000
commit906230d16e8950004cb5e1deed14c78f7d9f2817 (patch)
treebd24da34206463059e92f9afbc1bdd70c9542b0f /src/gallium/state_trackers/wgl/SConscript
parent66059cd3c95bf5eba7922a4a09c2596514e5e956 (diff)
svga: remove pixelformat helpers from stw shared interface
Keep these internal structs private to wgl/shared. Pull in some pixelformat choosing code from wgl/wgl to avoid exporting them more generally.
Diffstat (limited to 'src/gallium/state_trackers/wgl/SConscript')
-rw-r--r--src/gallium/state_trackers/wgl/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/wgl/SConscript b/src/gallium/state_trackers/wgl/SConscript
index 1915e3921a..c72f495735 100644
--- a/src/gallium/state_trackers/wgl/SConscript
+++ b/src/gallium/state_trackers/wgl/SConscript
@@ -24,7 +24,6 @@ if env['platform'] in ['windows']:
'icd/stw_icd.c',
'wgl/stw_wgl.c',
- 'wgl/stw_wgl_pixelformat.c',
'shared/stw_context.c',
'shared/stw_device.c',