summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );