mesa: remove unused "indirect" parameter from Driver.Draw
[mesa.git] / src / mesa / main / dd.h
index 72af158dd07cd43aff23a2000768b8cffed39c26..824f320668b9af05b70f684249cd70ad72c9dad8 100644 (file)
@@ -543,7 +543,7 @@ struct dd_function_table {
                 GLboolean index_bounds_valid,
                 GLuint min_index, GLuint max_index,
                 struct gl_transform_feedback_object *tfb_vertcount,
-                unsigned tfb_stream, struct gl_buffer_object *indirect);
+                unsigned tfb_stream);
 
 
    /**