Mesa (master): mesa: Removed another unused variable.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Aug 22 01:27:18 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sat Aug 21 15:04:47 2010 +0100

mesa: Removed another unused variable.

---

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

diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_tracker/st_cb_drawpixels.c
index aa8776e..1147b19 100644
--- a/src/mesa/state_tracker/st_cb_drawpixels.c
+++ b/src/mesa/state_tracker/st_cb_drawpixels.c
@@ -301,7 +301,6 @@ static struct pipe_resource *
 alloc_texture(struct st_context *st, GLsizei width, GLsizei height,
               enum pipe_format texFormat)
 {
-   struct pipe_context *pipe = st->pipe;
    struct pipe_resource *pt;
 
    pt = st_texture_create(st, st->internal_target, texFormat, 0,




More information about the mesa-commit mailing list