From 001331f4f1f094ef02497aa618ae5eeb2febedfb Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Mon, 27 Jul 2009 07:23:09 +1000 Subject: nouveau: drm api 0.0.15, update object header, remove fake bo support --- libdrm/nouveau/nouveau_drmif.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libdrm/nouveau/nouveau_drmif.h') diff --git a/libdrm/nouveau/nouveau_drmif.h b/libdrm/nouveau/nouveau_drmif.h index c21fba2d..bc860d2e 100644 --- a/libdrm/nouveau/nouveau_drmif.h +++ b/libdrm/nouveau/nouveau_drmif.h @@ -35,8 +35,6 @@ struct nouveau_device_priv { drm_context_t ctx; drmLock *lock; int needs_close; - - int mm_enabled; }; #define nouveau_device(n) ((struct nouveau_device_priv *)(n)) -- cgit v1.2.3