vega: remove unused pipe var
[mesa.git] / src / gallium / state_trackers / vega / api_images.c
index a4545a72b5de8f6537001d4023d2a81be4fa861d..2cb5622f817c91123371dfe3be7618dd6fd92a96 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);