projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cefc42f
)
removed unused struct display_list_compilation
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 15 Sep 2000 17:04:35 +0000
(17:04 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 15 Sep 2000 17:04:35 +0000
(17:04 +0000)
src/mesa/main/dlist.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.h
b/src/mesa/main/dlist.h
index 987c2cbab6505e67fcc05b0dd70db8169e1e1c81..1945ac29440948c8aa8d2271239aab8eccf77e10 100644
(file)
--- a/
src/mesa/main/dlist.h
+++ b/
src/mesa/main/dlist.h
@@
-1,8
+1,8
@@
-/* $Id: dlist.h,v 1.
4 2000/05/24 15:04:4
5 brianp Exp $ */
+/* $Id: dlist.h,v 1.
5 2000/09/15 17:04:3
5 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.
3
+ * Version: 3.
5
*
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
@@
-38,12
+38,6
@@
struct display_list {
struct gl_current_attrib outputs;
};
-struct display_list_compilation {
- struct display_list *list;
- union node *current_block;
- GLuint current_pos;
-};
-
extern void gl_init_lists( void );