mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
mesa/main/ff_frag: Remove unused struct.
Signed-off-by: Gustaw Smolarczyk <wielkiegie@gmail.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
ceb5ba9d1d
commit
03b9b3c471
1 changed files with 0 additions and 8 deletions
|
|
@ -68,14 +68,6 @@ using namespace ir_builder;
|
|||
*/
|
||||
|
||||
|
||||
struct texenvprog_cache_item
|
||||
{
|
||||
GLuint hash;
|
||||
void *key;
|
||||
struct gl_shader_program *data;
|
||||
struct texenvprog_cache_item *next;
|
||||
};
|
||||
|
||||
static GLboolean
|
||||
texenv_doing_secondary_color(struct gl_context *ctx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue