intel: remove unused var (cherry picked from commit 66c7f06413)

This commit is contained in:
Brian Paul 2009-01-26 12:33:58 -07:00 committed by Ian Romanick
parent 0c8b40b42b
commit 208c087f39

View file

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