mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
intel: Fix unused variable warning.
This commit is contained in:
parent
e69dde5233
commit
0f1aae3ae7
1 changed files with 0 additions and 1 deletions
|
|
@ -596,7 +596,6 @@ intel_renderbuffer_set_draw_offset(struct intel_renderbuffer *irb,
|
|||
struct intel_texture_image *intel_image,
|
||||
int zoffset)
|
||||
{
|
||||
struct intel_mipmap_tree *mt = intel_image->mt;
|
||||
unsigned int dst_x, dst_y;
|
||||
|
||||
/* compute offset of the particular 2D image within the texture region */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue