mesa: remove Driver.Hint
[mesa.git] / src / mesa / main / dd.h
index 1ab27c9c33279bde514bf7e4cc63e50f82233207..dfcc206201f721142db3c7c522f8307ec5425f8b 100644 (file)
@@ -545,8 +545,6 @@ struct dd_function_table {
    void (*Enable)(struct gl_context *ctx, GLenum cap, GLboolean state);
    /** Specify fog parameters */
    void (*Fogfv)(struct gl_context *ctx, GLenum pname, const GLfloat *params);
-   /** Specify implementation-specific hints */
-   void (*Hint)(struct gl_context *ctx, GLenum target, GLenum mode);
    /** Set light source parameters.
     * Note: for GL_POSITION and GL_SPOT_DIRECTION, params will have already
     * been transformed to eye-space.