diff options
author | Brian Paul <[email protected]> | 2006-10-15 18:18:39 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-10-15 18:18:39 +0000 |
commit | 2b6d2e4dcbdc253e8148888d1a7e60d8466ba4e8 (patch) | |
tree | b5bee10a175f14db226a4635a3bd8320a361b269 /src/mesa/drivers/dri/mach64 | |
parent | b947377add2edb87fc78dcd853cdf00a2119bb3e (diff) |
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
This is already done by the preceeding call to _mesa_init_driver_functions()
which plugs in default functions like that.
Diffstat (limited to 'src/mesa/drivers/dri/mach64')
-rw-r--r-- | src/mesa/drivers/dri/mach64/mach64_dd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_dd.c b/src/mesa/drivers/dri/mach64/mach64_dd.c index 7c27c5856a2..17e8d74d9fa 100644 --- a/src/mesa/drivers/dri/mach64/mach64_dd.c +++ b/src/mesa/drivers/dri/mach64/mach64_dd.c @@ -127,7 +127,6 @@ static void mach64DDFinish( GLcontext *ctx ) void mach64InitDriverFuncs( struct dd_function_table *functions ) { functions->GetBufferSize = mach64DDGetBufferSize; - functions->ResizeBuffers = _mesa_resize_framebuffer; functions->GetString = mach64DDGetString; functions->Finish = mach64DDFinish; functions->Flush = mach64DDFlush; |