projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e0bb98
)
removed unused display_list struct
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 24 Sep 2000 16:11:55 +0000
(16:11 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 24 Sep 2000 16:11:55 +0000
(16:11 +0000)
src/mesa/main/dlist.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.h
b/src/mesa/main/dlist.h
index 1945ac29440948c8aa8d2271239aab8eccf77e10..e24ce6fe738ec7409ebd8d94519c38dbf7195cec 100644
(file)
--- a/
src/mesa/main/dlist.h
+++ b/
src/mesa/main/dlist.h
@@
-1,4
+1,4
@@
-/* $Id: dlist.h,v 1.
5 2000/09/15 17:04:3
5 brianp Exp $ */
+/* $Id: dlist.h,v 1.
6 2000/09/24 16:11:5
5 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-32,13
+32,6
@@
#include "types.h"
-struct display_list {
- union node *nodes;
- GLuint OrFlag;
- struct gl_current_attrib outputs;
-};
-
-
extern void gl_init_lists( void );
extern void gl_destroy_list( GLcontext *ctx, GLuint list );