diff options
author | Daniel Borca <[email protected]> | 2003-10-22 11:34:22 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2003-10-22 11:34:22 +0000 |
commit | 23f45833aa6c9b90f48ce5aa08dca6dadc49f62f (patch) | |
tree | f9fe4e67ceff392561156a2c2dd21b9baf046bed /src/mesa/drivers/dos | |
parent | e87d106d66619791c54c71908c957af1d869c6fc (diff) |
cosmetics and memos
Diffstat (limited to 'src/mesa/drivers/dos')
-rw-r--r-- | src/mesa/drivers/dos/dmesa.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/drivers/dos/dmesa.c b/src/mesa/drivers/dos/dmesa.c index 4bc1f919da6..a5d052b39db 100644 --- a/src/mesa/drivers/dos/dmesa.c +++ b/src/mesa/drivers/dos/dmesa.c @@ -1276,16 +1276,6 @@ static void dmesa_init_pointers (GLcontext *ctx) tnl = TNL_CONTEXT(ctx); tnl->Driver.RunPipeline = _tnl_run_pipeline; -#if FEATURE_ARB_vertex_buffer_object - ctx->Driver.NewBufferObject = _mesa_new_buffer_object; - ctx->Driver.DeleteBuffer = _mesa_delete_buffer_object; - ctx->Driver.BindBuffer = NULL; - ctx->Driver.BufferData = _mesa_buffer_data; - ctx->Driver.BufferSubData = _mesa_buffer_subdata; - ctx->Driver.MapBuffer = _mesa_buffer_map; - ctx->Driver.UnmapBuffer = NULL; -#endif - dd->SetBuffer = set_buffer; /* Install swsetup for tnl->Driver.Render.*: |