aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.c
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2006-11-03 12:30:55 +0000
committerRoland Scheidegger <[email protected]>2006-11-03 12:30:55 +0000
commit25b2e50229592ecd4cc3d058471bdee1cb8a0c55 (patch)
tree238f200dad03a3f5d28ba551b40f4541cae5784d /src/mesa/drivers/dri/r200/r200_context.c
parenta93f4a73100f00d8114ee9931fd80eaa8f6f0375 (diff)
remove remaining traces of r200FlushVertices...
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_context.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c
index 02651587a6f..a1533d7f3e4 100644
--- a/src/mesa/drivers/dri/r200/r200_context.c
+++ b/src/mesa/drivers/dri/r200/r200_context.c
@@ -442,7 +442,6 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual,
*/
_tnl_destroy_pipeline( ctx );
_tnl_install_pipeline( ctx, r200_pipeline );
- ctx->Driver.FlushVertices = r200FlushVertices;
/* Try and keep materials and vertices separate:
*/