vega: remove unused pipe var

This commit is contained in:
Brian Paul 2011-03-11 09:25:21 -07:00
parent 530ad1ff6f
commit a4a5d7e0dd
1 changed files with 0 additions and 1 deletions

View 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);