Module: Mesa
Branch: master
Commit: 53a53b25497034bf827bec63c30038f881343ef5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=53a53b25497034bf827bec63c30038f881343ef5

Author: Brian Paul <[email protected]>
Date:   Tue May  4 21:59:15 2010 -0600

osmesa: remove unused var

---

 src/mesa/drivers/osmesa/osmesa.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/osmesa/osmesa.c b/src/mesa/drivers/osmesa/osmesa.c
index e376f12..0432629 100644
--- a/src/mesa/drivers/osmesa/osmesa.c
+++ b/src/mesa/drivers/osmesa/osmesa.c
@@ -1061,7 +1061,6 @@ OSMesaCreateContextExt( GLenum format, GLint depthBits, 
GLint stencilBits,
    struct dd_function_table functions;
    GLint rind, gind, bind, aind;
    GLint redBits = 0, greenBits = 0, blueBits = 0, alphaBits =0;
-   GLenum type = CHAN_TYPE;
 
    rind = gind = bind = aind = 0;
    if (format==OSMESA_RGBA) {

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to