diff options
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 ); |