mesa: merge the driver functions DrawBuffers and DrawBuffer
[mesa.git] / src / mesa / main / dd.h
index 64ddd81883599b505d118563a5205c1d15e2be68..d85d89ef50ce80797f24a171dae7f73b81322aaf 100644 (file)
@@ -612,8 +612,6 @@ struct dd_function_table {
    void (*DepthRange)(struct gl_context *ctx);
    /** Specify the current buffer for writing */
    void (*DrawBuffer)( struct gl_context *ctx, GLenum buffer );
-   /** Specify the buffers for writing for fragment programs*/
-   void (*DrawBuffers)(struct gl_context *ctx, GLsizei n, const GLenum *buffers);
    /** Enable or disable server-side gl capabilities */
    void (*Enable)(struct gl_context *ctx, GLenum cap, GLboolean state);
    /** Specify fog parameters */