diff options
author | Brian Paul <[email protected]> | 2000-09-24 16:11:55 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-09-24 16:11:55 +0000 |
commit | b9b329d1e536896368f7035086bca62b98fd43e9 (patch) | |
tree | 70c2e43c52152b092f18cae98b833cc069487efd /src/mesa/main/dlist.h | |
parent | 5e0bb98abd76cdad67ed430c257b76e0d3673658 (diff) |
removed unused display_list struct
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r-- | src/mesa/main/dlist.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index 1945ac29440..e24ce6fe738 100644 --- 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:35 brianp Exp $ */ +/* $Id: dlist.h,v 1.6 2000/09/24 16:11:55 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 ); |