diff options
author | Jon Smirl <[email protected]> | 2004-07-05 23:42:02 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2004-07-05 23:42:02 +0000 |
commit | 550009441375e55bda3896eba7375b9228c7fdec (patch) | |
tree | cacc259a1d4111d41fb189c7769adff7a270ea83 /src/glx/mini/driver.h | |
parent | 10b3bf60137b1f5faae46d2266f54faa89798570 (diff) |
Convert miniglx to use Ian's fancy new driver config code.
This removes the miniglx driver function InitContextModes().
All of the server directories were edited to remove the implementations.
Diffstat (limited to 'src/glx/mini/driver.h')
-rw-r--r-- | src/glx/mini/driver.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h index 3d3476453ce..7bf4b868126 100644 --- a/src/glx/mini/driver.h +++ b/src/glx/mini/driver.h @@ -125,11 +125,6 @@ typedef struct DRIDriverContextRec { */ typedef struct DRIDriverRec { /** - * \brief Get the list of supported gl context modes. - */ - int (*initContextModes)( const DRIDriverContext *context, - int *numModes, const __GLcontextModes **modes ); - /** * \brief Validate the framebuffer device mode */ int (*validateMode)( const DRIDriverContext *context ); |