From b9b329d1e536896368f7035086bca62b98fd43e9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 24 Sep 2000 16:11:55 +0000 Subject: [PATCH] removed unused display_list struct --- src/mesa/main/dlist.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index 1945ac2..e24ce6f 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 ); -- 2.7.4