tnl: Silence unused parameter warnings in _tnl_split_inplace
[mesa.git] / src / mesa / tnl / t_split.h
index 7634e553a872e2fbe09c51f47f11c0d358b0a2bb..8f2d1baa53c8f873aec4cf22b4a48db06aa7e139 100644 (file)
@@ -55,8 +55,6 @@ _tnl_split_inplace(struct gl_context *ctx,
                    const struct _mesa_prim *prim,
                    GLuint nr_prims,
                    const struct _mesa_index_buffer *ib,
-                   GLuint min_index,
-                   GLuint max_index,
                    GLuint num_instances,
                    GLuint base_instance,
                    tnl_draw_func draw,