mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 08:30:10 +01:00
intel_winsys: remove leftover code
This commit is contained in:
parent
2b6a31bfda
commit
21e9396e65
1 changed files with 0 additions and 5 deletions
|
|
@ -224,11 +224,6 @@ intel_i915_surface_alloc_storage(struct pipe_winsys *winsys,
|
|||
if(!surf->buffer)
|
||||
return -1;
|
||||
|
||||
if(ret) {
|
||||
pipe_buffer_reference(winsys, &surf->buffer, NULL);
|
||||
return ret;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue