remove setting some driver funcs explicitly to NULL, as they are no longer set up...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 3 Nov 2006 02:07:34 +0000 (02:07 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 3 Nov 2006 02:07:34 +0000 (02:07 +0000)
src/mesa/drivers/dri/r200/r200_context.c

index 9cec501..06b2a15 100644 (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[] =