diff options
author | Brian <[email protected]> | 2007-02-26 18:35:34 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-26 18:35:34 -0700 |
commit | 2cf8d24131edec78778d7b6ce49ead9157c2b266 (patch) | |
tree | f3b8fe486a10e8e657f17c21b4f98c0fb3759b37 /src | |
parent | fa4d0364246d24b3f86bc9a8486a9ad7db60f1b3 (diff) |
remove unused DriverMgrCtx
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 26b5c91adae..0a256668467 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; |