nvfx: Remove unused variables.
[mesa.git] / src / gallium / drivers / nvfx / nv04_surface_2d.c
index 22cfa0ecefa0e907d154f80b969a41cdf82ae88a..a1507bbb3cad1da53a0d3929952b9b251539d7fb 100644 (file)
@@ -285,8 +285,6 @@ nv04_surface_copy(struct nv04_surface_2d *ctx, struct pipe_surface *dst,
                  int dx, int dy, struct pipe_surface *src, int sx, int sy,
                  int w, int h)
 {
-       unsigned src_pitch = ((struct nv04_surface *)src)->pitch;
-       unsigned dst_pitch = ((struct nv04_surface *)dst)->pitch;
        int src_linear = src->texture->flags & NVFX_RESOURCE_FLAG_LINEAR;
        int dst_linear = dst->texture->flags & NVFX_RESOURCE_FLAG_LINEAR;