diff options
author | Brian Paul <[email protected]> | 2010-07-19 15:28:53 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-07-19 15:29:03 -0600 |
commit | 374c74f4c49ee78c06f677cfb6587cb353bd669c (patch) | |
tree | 19846e1195ec342bec39d2ad6a9f8347648385e2 /src/mesa/SConscript | |
parent | 3b189d888a99336a2df037e2b595844d4b9e05b5 (diff) |
mesa: remove restart.c from build
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 62e96ad1f68..79e9b4553b7 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -85,7 +85,6 @@ if env['platform'] != 'winddk': 'main/readpix.c', 'main/remap.c', 'main/renderbuffer.c', - 'main/restart.c', 'main/scissor.c', 'main/shaderapi.c', 'main/shaderobj.c', |