intel: remove unused var

This commit is contained in:
Brian Paul 2009-01-26 12:33:58 -07:00
parent 4006c5e452
commit 66c7f06413

View file

@ -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 */
}