st/dri: Remove dri.c from SCons build.

This was missed in commit f501230db3.
Fixes SCons build.
This commit is contained in:
Vinson Lee 2010-05-26 10:24:36 -07:00
parent cee4220f16
commit 67d5a51021
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ if env['dri']:
'dri_drawable.c',
'dri_screen.c',
'dri1_helper.c',
'dri1.c',
'dri2.c',
]
)