mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
intel: remove unused var
This commit is contained in:
parent
4006c5e452
commit
66c7f06413
1 changed files with 0 additions and 2 deletions
|
|
@ -318,8 +318,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