diff options
author | Dave Airlie <[email protected]> | 2012-09-15 13:09:05 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-09-15 18:03:03 +1000 |
commit | 36639ec6e9a2758e344235fbdc1450719d8851e3 (patch) | |
tree | 5697cd4cb4cb9a19c91bdc434d5067bde1431ebd /src/mesa/drivers/common/meta.h | |
parent | 7056193a4311f09de5e7280ce474aeec88865d2f (diff) |
meta: make mem_ctx non-global.
I can't see any external users, and this is a global symbol,
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/drivers/common/meta.h')
-rw-r--r-- | src/mesa/drivers/common/meta.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/meta.h b/src/mesa/drivers/common/meta.h index 8a6b33b3235..d8dfb56f9b1 100644 --- a/src/mesa/drivers/common/meta.h +++ b/src/mesa/drivers/common/meta.h @@ -58,8 +58,6 @@ #define MESA_META_MULTISAMPLE 0x100000 /**\}*/ -void *mem_ctx; - extern void _mesa_meta_init(struct gl_context *ctx); |