summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mga/mgadd.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-10-15 18:18:39 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-10-15 18:18:39 +0000
commit2b6d2e4dcbdc253e8148888d1a7e60d8466ba4e8 (patch)
treeb5bee10a175f14db226a4635a3bd8320a361b269 /src/mesa/drivers/dri/mga/mgadd.c
parentb947377add2edb87fc78dcd853cdf00a2119bb3e (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/mga/mgadd.c')
-rw-r--r--src/mesa/drivers/dri/mga/mgadd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mga/mgadd.c b/src/mesa/drivers/dri/mga/mgadd.c
index 8532ea95f1..faf46f3139 100644
--- a/src/mesa/drivers/dri/mga/mgadd.c
+++ b/src/mesa/drivers/dri/mga/mgadd.c
@@ -93,6 +93,5 @@ static void mgaBufferSize(GLframebuffer *buffer, GLuint *width, GLuint *height)
void mgaInitDriverFuncs( struct dd_function_table *functions )
{
functions->GetBufferSize = mgaBufferSize;
- functions->ResizeBuffers = _mesa_resize_framebuffer;
functions->GetString = mgaGetString;
}