softpipe: Remove sp_video_context.c from SConscript.

sp_video_context.c was added to SConscript in commit
ed24e19070 (pipe-video merge) but no file
of that name was added.
This commit is contained in:
Vinson Lee 2011-07-13 14:50:12 -07:00
parent d4cbd1272b
commit 3e58345794
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ softpipe = env.ConvenienceLibrary(
'sp_tex_tile_cache.c',
'sp_texture.c',
'sp_tile_cache.c',
'sp_video_context.c',
])
env.Alias('softpipe', softpipe)