diff options
Diffstat (limited to 'src/mesa/pipe/nouveau/nouveau_grobj.h')
-rw-r--r-- | src/mesa/pipe/nouveau/nouveau_grobj.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/pipe/nouveau/nouveau_grobj.h b/src/mesa/pipe/nouveau/nouveau_grobj.h index a36db7f3bc..8f5abf9051 100644 --- a/src/mesa/pipe/nouveau/nouveau_grobj.h +++ b/src/mesa/pipe/nouveau/nouveau_grobj.h @@ -29,12 +29,6 @@ struct nouveau_grobj { struct nouveau_channel *channel; int grclass; uint32_t handle; - - enum { - NOUVEAU_GROBJ_UNBOUND = 0, - NOUVEAU_GROBJ_BOUND = 1, - NOUVEAU_GROBJ_EXPLICIT_BIND = 2, - } bound; int subc; }; |