summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-08 11:09:48 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-08 11:09:48 +0900
commit2444c0c81acae9e2162a20002f8f72335133ead0 (patch)
treebe0eb14631c5be7a4ad78a30ce4cbd4cf8f2ccf9 /src/gallium/drivers/trace/SConscript
parent86a15954bf2adad0ab0dc5713a5bb446c9584103 (diff)
trace: Use util's stream.
Diffstat (limited to 'src/gallium/drivers/trace/SConscript')
-rw-r--r--src/gallium/drivers/trace/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/trace/SConscript b/src/gallium/drivers/trace/SConscript
index 5c49468c4e..0a6bfb8f4c 100644
--- a/src/gallium/drivers/trace/SConscript
+++ b/src/gallium/drivers/trace/SConscript
@@ -9,8 +9,6 @@ trace = env.ConvenienceLibrary(
'tr_dump.c',
'tr_screen.c',
'tr_state.c',
- 'tr_stream_stdc.c',
- 'tr_stream_wd.c',
'tr_texture.c',
'tr_winsys.c',
])