From: Brian Date: Tue, 27 Feb 2007 01:35:34 +0000 (-0700) Subject: remove unused DriverMgrCtx X-Git-Tag: mesa-7.8~6290^2~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cf8d24131edec78778d7b6ce49ead9157c2b266;p=platform%2Fupstream%2Fmesa.git remove unused DriverMgrCtx --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 26b5c91..0a25666 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2887,7 +2887,6 @@ struct __GLcontextRec struct dd_function_table Driver; void *DriverCtx; /**< Points to device driver context/state */ - void *DriverMgrCtx; /**< Points to device driver manager (optional)*/ /** Core/Driver constants */ struct gl_constants Const;