mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 06:18:24 +02:00
intel: remove unused var (cherry picked from commit 66c7f06413)
This commit is contained in:
parent
0c8b40b42b
commit
208c087f39
1 changed files with 0 additions and 2 deletions
|
|
@ -317,8 +317,6 @@ intelCreateBuffer(__DRIscreenPrivate * driScrnPriv,
|
|||
__DRIdrawablePrivate * driDrawPriv,
|
||||
const __GLcontextModes * mesaVis, GLboolean isPixmap)
|
||||
{
|
||||
intelScreenPrivate *screen = (intelScreenPrivate *) driScrnPriv->private;
|
||||
|
||||
if (isPixmap) {
|
||||
return GL_FALSE; /* not implemented */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue