draw: Remove dead code.
[mesa.git] / progs / vp / SConscript
1 Import('*')
2
3 progs_env.Program(
4 target = 'vp-tris',
5 source = ['vp-tris.c'],
6 )