summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-09-24 16:11:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-09-24 16:11:55 +0000
commitb9b329d1e536896368f7035086bca62b98fd43e9 (patch)
tree70c2e43c52152b092f18cae98b833cc069487efd /src/mesa/main/dlist.h
parent5e0bb98abd76cdad67ed430c257b76e0d3673658 (diff)
removed unused display_list struct
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r--src/mesa/main/dlist.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h
index 1945ac2944..e24ce6fe73 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 );