remove unused DriverMgrCtx
authorBrian <brian@yutani.localnet.net>
Tue, 27 Feb 2007 01:35:34 +0000 (18:35 -0700)
committerBrian <brian@yutani.localnet.net>
Tue, 27 Feb 2007 01:35:34 +0000 (18:35 -0700)
src/mesa/main/mtypes.h

index 26b5c91..0a25666 100644 (file)
@@ -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;