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/s3v | |
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/s3v')
-rw-r--r-- | src/mesa/drivers/dri/s3v/s3v_dd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/s3v/s3v_dd.c b/src/mesa/drivers/dri/s3v/s3v_dd.c index 2c8e230f3ef..072e97b43ac 100644 --- a/src/mesa/drivers/dri/s3v/s3v_dd.c +++ b/src/mesa/drivers/dri/s3v/s3v_dd.c @@ -97,7 +97,6 @@ void s3vInitDriverFuncs( GLcontext *ctx ) ctx->Driver.CopyPixels = _swrast_CopyPixels; ctx->Driver.DrawPixels = _swrast_DrawPixels; ctx->Driver.ReadPixels = _swrast_ReadPixels; - ctx->Driver.ResizeBuffers = _mesa_resize_framebuffer; /* Swrast hooks for imaging extensions: */ |