remove setting some driver funcs explicitly to NULL, as they are no longer set up later. Thix fixes a segfault in _mesa_Bitmap().

This commit is contained in:
Roland Scheidegger
2006-11-03 02:07:34 +00:00
parent 4b43054c4b
commit e7b71f6919
-4
View File
@@ -235,10 +235,6 @@ static void r200InitDriverFuncs( struct dd_function_table *functions )
{
functions->GetBufferSize = r200GetBufferSize;
functions->GetString = r200GetString;
functions->Error = NULL;
functions->DrawPixels = NULL;
functions->Bitmap = NULL;
}
static const struct dri_debug_control debug_control[] =