diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_bufmgr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_bufmgr.h b/src/mesa/drivers/dri/i965/brw_bufmgr.h index a3745d6667a..005ff19798e 100644 --- a/src/mesa/drivers/dri/i965/brw_bufmgr.h +++ b/src/mesa/drivers/dri/i965/brw_bufmgr.h @@ -120,9 +120,6 @@ struct brw_bo { int refcount; const char *name; -#ifndef EXEC_OBJECT_CAPTURE -#define EXEC_OBJECT_CAPTURE (1<<7) -#endif uint64_t kflags; /** |