summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-13 00:29:02 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-13 00:29:02 +0000
commit16a9efe3ab73bb9b728100a36cf324085c1603b8 (patch)
treea6198e3f41086cbf03fc0714ccaed595b17cc9b2 /src
parentfd75e6d4e551fa21ffec6f215698609f30937d3d (diff)
commented out gl_reinit_light_attrib()
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/light.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/main/light.c b/src/mesa/main/light.c
index 5f0ed480f1..d8cfd20bde 100644
--- a/src/mesa/main/light.c
+++ b/src/mesa/main/light.c
@@ -1,10 +1,10 @@
-/* $Id: light.c,v 1.10 1999/11/22 18:58:53 brianp Exp $ */
+/* $Id: light.c,v 1.11 2000/01/13 00:29:02 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.3
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -1160,8 +1160,8 @@ void gl_compute_shine_table( GLcontext *ctx, GLuint i, GLfloat shininess )
-
-void gl_reinit_light_attrib( GLcontext *ctx, struct gl_light_attrib *l )
+#if 0
+static void gl_reinit_light_attrib( GLcontext *ctx, struct gl_light_attrib *l )
{
GLuint i;
@@ -1181,7 +1181,7 @@ void gl_reinit_light_attrib( GLcontext *ctx, struct gl_light_attrib *l )
insert_at_tail( &l->EnabledList, &l->Light[i] );
}
}
-
+#endif
/*