vega: remove unused pipe var
authorBrian Paul <brianp@vmware.com>
Fri, 11 Mar 2011 16:25:21 +0000 (09:25 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 11 Mar 2011 16:25:21 +0000 (09:25 -0700)
src/gallium/state_trackers/vega/api_images.c

index a4545a7..2cb5622 100644 (file)
@@ -356,7 +356,6 @@ void vegaWritePixels(const void * data, VGint dataStride,
                      VGint width, VGint height)
 {
    struct vg_context *ctx = vg_current_context();
-   struct pipe_context *pipe = ctx->pipe;
 
    if (!supported_image_format(dataFormat)) {
       vg_set_error(ctx, VG_UNSUPPORTED_IMAGE_FORMAT_ERROR);