diff options
author | Dave Airlie <[email protected]> | 2009-02-13 00:04:11 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-02-13 00:04:11 +1000 |
commit | 393c699e219b6cccf0d235749ec7bfaade75f88c (patch) | |
tree | 6498d7c7f244960db70976ddb40eaf9af225d6fa /src/mesa/drivers/dri/r200/r200_ioctl.h | |
parent | 5ee1dd2133c5514713281f32cd4b05fabf14354a (diff) |
r200: use correct finish interface
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_ioctl.h')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_ioctl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_ioctl.h b/src/mesa/drivers/dri/r200/r200_ioctl.h index 950478e762e..2a4b8a11f4c 100644 --- a/src/mesa/drivers/dri/r200/r200_ioctl.h +++ b/src/mesa/drivers/dri/r200/r200_ioctl.h @@ -61,8 +61,6 @@ extern GLushort *r200AllocEltsOpenEnded( r200ContextPtr rmesa, extern void r200EmitAOS(r200ContextPtr rmesa, GLuint nr, GLuint offset); -extern void r200Flush( GLcontext *ctx ); -extern void r200Finish( GLcontext *ctx ); extern void r200InitIoctlFuncs( struct dd_function_table *functions ); extern void *r200AllocateMemoryMESA( __DRIscreen *screen, GLsizei size, GLfloat readfreq, |