mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
vega: remove unused pipe var
This commit is contained in:
parent
530ad1ff6f
commit
a4a5d7e0dd
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue