mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
removed unused struct display_list_compilation
This commit is contained in:
parent
cefc42f1ba
commit
4360bd7c76
1 changed files with 2 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
/* $Id: dlist.h,v 1.4 2000/05/24 15:04:45 brianp Exp $ */
|
||||
/* $Id: dlist.h,v 1.5 2000/09/15 17:04:35 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 3.5
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
*
|
||||
|
|
@ -38,12 +38,6 @@ struct display_list {
|
|||
struct gl_current_attrib outputs;
|
||||
};
|
||||
|
||||
struct display_list_compilation {
|
||||
struct display_list *list;
|
||||
union node *current_block;
|
||||
GLuint current_pos;
|
||||
};
|
||||
|
||||
|
||||
extern void gl_init_lists( void );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue